From 2e1d4442889d3b5cedbf89a837af1c2b78f43325 Mon Sep 17 00:00:00 2001 From: Andrew Sisley Date: Tue, 22 Oct 2024 15:40:39 -0400 Subject: [PATCH] fixup! WIP --- tests/integration/test_case.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/integration/test_case.go b/tests/integration/test_case.go index 1fddebb3b9..4bb8a5cd8a 100644 --- a/tests/integration/test_case.go +++ b/tests/integration/test_case.go @@ -349,7 +349,10 @@ func NewDocIndex(collectionIndex int, index int) DocIndex { } } +// CidIndex represents a Cid previously stored in the node, it allows Cids to be referenced without worrying +// about the specific bytes. type CidIndex struct { + // CollectionIndex is the index of the collection holding the document to target. CollectionIndex int DocIndex int FieldName string