Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r committed Mar 7, 2024
1 parent 354d355 commit 1303db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/extractors/test_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def test_function_argument():
options = mock.Mock()
options.keywords = []
options.comment_tag = "I18N:"
source = u"""_('word', func('foo', 2'))"""
source = u"""_('word', func('foo', 2))"""
messages = list(python_extractor("filename", options))
assert len(messages) == 1
assert messages[0].msgid == "word"
Expand Down

0 comments on commit 1303db6

Please sign in to comment.