Skip to content

Commit

Permalink
make test happy
Browse files Browse the repository at this point in the history
Signed-off-by: husharp <[email protected]>
  • Loading branch information
HuSharp committed Jul 18, 2024
1 parent 8f0c053 commit 0bbb09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/parser/keywords_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func TestKeywords(t *testing.T) {
}

func TestKeywordsLength(t *testing.T) {
require.Equal(t, 653, len(parser.Keywords))
require.Equal(t, 654, len(parser.Keywords))

reservedNr := 0
for _, kw := range parser.Keywords {
Expand Down

0 comments on commit 0bbb09a

Please sign in to comment.