Skip to content

Commit

Permalink
lint error
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Newman-Smith <gregory.newmansmith@couchbase.com>
  • Loading branch information
gregns1 committed Sep 13, 2024
1 parent b32c07e commit e6b842d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/document_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ func TestParseVersionVectorCorruptDelta(t *testing.T) {

sync_meta := []byte(doc_meta_no_vv)
vv_meta := []byte(doc_meta_vv_corrupt)
doc, err := unmarshalDocumentWithXattrs(ctx, "doc1", nil, sync_meta, vv_meta, nil, nil, nil, 1, DocUnmarshalAll)
doc, err := unmarshalDocumentWithXattrs(ctx, "doc1", nil, sync_meta, vv_meta, nil, nil, nil, nil, 1, DocUnmarshalAll)
require.NoError(t, err)

strCAS := string(base.Uint64CASToLittleEndianHex(123456))
Expand Down

0 comments on commit e6b842d

Please sign in to comment.