Skip to content

Commit 49c26d6

Browse files
dedyshkaPextoAlex | Interchain Labs
andauthored
Typo fix in the file testutils_test.go (#1039)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
1 parent 927e1a6 commit 49c26d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testutils_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ func setupMirrorForIterator(t *testing.T, config *iteratorTestConfig, tree *Muta
283283
return mirror
284284
}
285285

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

0 commit comments

Comments
 (0)