We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7fa078 commit b863dd6Copy full SHA for b863dd6
oktmo/oktmo_test.go
@@ -8,7 +8,8 @@ import (
8
9
func Test_Validete(t *testing.T) {
10
require.Panics(t, func() {
11
- Validate("")
+ _, err := Validate("")
12
+ require.NoError(t, err)
13
})
14
}
15
swift/swift_test.go
0 commit comments