Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
cmelone committed May 8, 2024
1 parent b583c9a commit cdcff5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gantry/tests/test_prediction.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def test_invalid_specs():
# missing compiler version
assert parse_alloc_spec("[email protected] +json+native+treesitter%gcc@") == {}
assert parse_alloc_spec("[email protected] +json+native+treesitter%gcc") == {}

# missing package version
assert parse_alloc_spec("emacs@ +json+native+treesitter%[email protected]") == {}
assert parse_alloc_spec("emacs+json+native+treesitter%[email protected]") == {}
Expand Down

0 comments on commit cdcff5c

Please sign in to comment.