Skip to content

Commit

Permalink
fix failing test on default collection
Browse files Browse the repository at this point in the history
  • Loading branch information
gregns1 committed Oct 30, 2024
1 parent e540990 commit dbdf118
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion db/revision_cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,6 @@ func TestShardedMemoryEvictionWhenShardEmpty(t *testing.T) {
docRev, err := collection.GetRev(ctx, "doc1", rev, false, nil)
require.NoError(t, err)
assert.Equal(t, "doc1", docRev.DocID)
assert.Equal(t, int64(64), docRev.MemoryBytes)
assert.NotNil(t, docRev.BodyBytes)

// assert rev cache is still empty
Expand Down

0 comments on commit dbdf118

Please sign in to comment.