Skip to content

Commit

Permalink
Typo fix in the file testutils_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dedyshkaPexto authored Jan 18, 2025
1 parent 0bce70d commit 09370a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testutils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ func setupMirrorForIterator(t *testing.T, config *iteratorTestConfig, tree *Muta
return mirror
}

// assertIterator confirms that the iterator returns the expected values desribed by mirror in the same order.
// assertIterator confirms that the iterator returns the expected values described by mirror in the same order.
// mirror is a slice containing slices of the form [key, value]. In other words, key at index 0 and value at index 1.
func assertIterator(t *testing.T, itr corestore.Iterator, mirror [][]string, ascending bool) {
startIdx, endIdx := 0, len(mirror)-1
Expand Down

0 comments on commit 09370a8

Please sign in to comment.