From ea5a5a49de4835d40034366c7d78f7b93ac7501e Mon Sep 17 00:00:00 2001 From: Gregory Newman-Smith Date: Thu, 12 Sep 2024 11:44:25 +0100 Subject: [PATCH] fix from rebase --- db/document_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/document_test.go b/db/document_test.go index d6f78b17b6..6b2b9d31dc 100644 --- a/db/document_test.go +++ b/db/document_test.go @@ -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))