Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
stackman27 committed Jul 4, 2022
1 parent aa85549 commit dcefca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osmoutils/cli_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func ParseSdkIntFromString(s string, separator string) ([]sdk.Int, error) {
return parsedInts, nil
}

// ConditionalPanic if expectPanic is true, asserts that sut (system under test)
// ConditionalPanic checks if expectPanic is true, asserts that sut (system under test)
// panics. If expectPanic is false, asserts that sut does not panic.
// returns true if sut panics and false it it doesnot
func ConditionalPanic(t *testing.T, expectPanic bool, sut func()) bool {
Expand Down

0 comments on commit dcefca3

Please sign in to comment.