Skip to content

Commit

Permalink
fix: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
notanatol committed Feb 2, 2024
1 parent 365361e commit 1062b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/statestore/test/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,5 +225,5 @@ func testStoreIterator(t *testing.T, store storage.StateStorer, prefix string, s
func testEmpty(t *testing.T, store storage.StateStorer) {
t.Helper()

testStoreIterator(t, store, "", 0) // 1 because of the schema entry.
testStoreIterator(t, store, "", 0)
}

0 comments on commit 1062b90

Please sign in to comment.