Skip to content

Commit 04be9ab

Browse files
committed
change comment on GetChangesForTest
1 parent 663626f commit 04be9ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

db/util_testing.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,7 @@ func revTreeParents(tree RevTree) map[string]string {
13091309
return parents
13101310
}
13111311

1312-
// GetChangesForTest is a synchronous convenience function that returns all changes as a simple array. This will fail the test if an error is returned.
1312+
// GetChangesForTest is a synchronous convenience function that returns all changes as a simple array.
13131313
func GetChangesForTest(t *testing.T, collection *DatabaseCollectionWithUser, channels base.Set, options ChangesOptions) []*ChangeEntry {
13141314
require.NotNil(t, options.ChangesCtx)
13151315
feed, err := collection.MultiChangesFeed(options.ChangesCtx, channels, options)

0 commit comments

Comments
 (0)