Skip to content

Commit

Permalink
Rename bad testcase naming
Browse files Browse the repository at this point in the history
Test plan:
* N/A - textual change only
  • Loading branch information
jonaslu committed Jun 16, 2024
1 parent 0cfd2c7 commit 14b28eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/parse/tokenize_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ func Test_TokenizeGoodCases(t *testing.T) {
}
}

func Test_TokenizeBasCases(t *testing.T) {
func Test_TokenizeBadCases(t *testing.T) {
tests := map[string]struct {
input string
allowedContent tokenType
Expand Down

0 comments on commit 14b28eb

Please sign in to comment.