Skip to content

Commit

Permalink
Fix tests for the backport
Browse files Browse the repository at this point in the history
  • Loading branch information
espadolini committed Feb 24, 2025
1 parent 5c5960d commit 5440240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/backend/test/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ func testQueryRange(t *testing.T, newBackend Constructor) {
RequireItems(t, []backend.Item{c1, c2}, result.Items)

// item at the end of the range
result, err = uut.GetRange(ctx, prefix("prefix", "c", "c1"), prefix("prefix", "c", "c2"), backend.NoLimit)
result, err = uut.GetRange(ctx, prefix("/prefix/c/c1"), prefix("/prefix/c/c2"), backend.NoLimit)
require.NoError(t, err)
RequireItems(t, []backend.Item{c1, c2}, result.Items)

Expand Down

0 comments on commit 5440240

Please sign in to comment.