Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tibvdm committed Oct 2, 2024
1 parent b33c1d3 commit b20c4c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_language_quircks.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ def test_haskell_function_arguments_without_brackets(
)

result = generate_statement(bundle, statement)
assert (
result == f'{submission_name(bundle.language)}.test 5.5 "hallo" True'
)
assert result == f'{submission_name(bundle.language)}.test 5.5 "hallo" True'


def test_javascript_exception_correct(tmp_path: Path, pytestconfig: pytest.Config):
Expand Down

0 comments on commit b20c4c1

Please sign in to comment.