Skip to content

Commit

Permalink
fix from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
gregns1 committed Sep 12, 2024
1 parent 5bb4fab commit ea5a5a4
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, 1, DocUnmarshalAll)
doc, err := unmarshalDocumentWithXattrs(ctx, "doc1", nil, sync_meta, vv_meta, nil, nil, nil, 1, DocUnmarshalAll)
require.NoError(t, err)

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

0 comments on commit ea5a5a4

Please sign in to comment.