Use more specific test methods (#24265)

Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Giteabot <teabot@gitea.io>
This commit is contained in:
KN4CK3R
2023-04-22 17:56:27 -04:00
committed by GitHub
co-authored by silverwind Giteabot
parent ac384c4e1d
commit f1173d6879
41 changed files with 117 additions and 117 deletions
+1 -1
View File
@@ -89,6 +89,6 @@ func TestLocalStorageIterator(t *testing.T) {
return nil
})
assert.NoError(t, err)
assert.Equal(t, count, len(expected))
assert.Len(t, expected, count)
}
}