Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Sep 26, 2024
1 parent 4111527 commit 90e5ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_va.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

def test_parse_execution_zero():
code = "print('Hello, World!')"
assert parse_execution(code) == None
assert parse_execution(code) is None


def test_parse_execution_one():
Expand Down

0 comments on commit 90e5ad3

Please sign in to comment.