Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Fs02 committed Aug 19, 2023
1 parent c5dd9b4 commit 7d5559a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func TestMust(t *testing.T) {

func TestMustTrue(t *testing.T) {
assert.Panics(t, func() {
mustTrue(true, "error")
mustTrue(false, "error")
})
}

Expand Down

0 comments on commit 7d5559a

Please sign in to comment.