Skip to content

Commit

Permalink
fixup! feat: add lexer
Browse files Browse the repository at this point in the history
  • Loading branch information
jimlambrt committed Aug 7, 2023
1 parent ce29a26 commit a05e7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

func Test_panicIfNil(t *testing.T) {

t.Parallel()
assert.Panics(t, func() {
panicIfNil(nil, "test", "missing bit")
})
Expand Down

0 comments on commit a05e7c5

Please sign in to comment.