Skip to content

Commit

Permalink
Continue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aisk committed Jun 12, 2024
1 parent f873184 commit 06bf9c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,9 @@ def test_e_dead_include():
assert 'Dead including' in str(excinfo.value)


def test_e_grammer_error_at_eof():
def test_e_grammar_error_at_eof():
with pytest.raises(ThriftGrammarError) as excinfo:
load('parser-cases/e_grammer_error_at_eof.thrift')
load('parser-cases/e_grammar_error_at_eof.thrift')
assert str(excinfo.value) == 'Grammar error at EOF'


Expand Down

0 comments on commit 06bf9c0

Please sign in to comment.