Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Mar 10, 2022
1 parent af2aefc commit c671a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/handlers/handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ func TestReadOnlyHandlers(t *testing.T) {
reqSetDB: true,
resp: types.MustNewDocument(
"ns", "monila.film",
"count", int32(1_000), // FIXME
"count", int32(1_000),
"size", int32(1_236_992),
"storageSize", int32(1_204_224),
"totalIndexSize", int32(0),
Expand Down

0 comments on commit c671a85

Please sign in to comment.