From cdcff5c3e81136386204c451cd50c09ff351de27 Mon Sep 17 00:00:00 2001 From: caetano melone Date: Wed, 8 May 2024 11:17:19 -0700 Subject: [PATCH] style --- gantry/tests/test_prediction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gantry/tests/test_prediction.py b/gantry/tests/test_prediction.py index 4c8110d..59b1ca4 100644 --- a/gantry/tests/test_prediction.py +++ b/gantry/tests/test_prediction.py @@ -104,7 +104,7 @@ def test_invalid_specs(): # missing compiler version assert parse_alloc_spec("emacs@29.2 +json+native+treesitter%gcc@") == {} assert parse_alloc_spec("emacs@29.2 +json+native+treesitter%gcc") == {} - + # missing package version assert parse_alloc_spec("emacs@ +json+native+treesitter%gcc@12.3.0") == {} assert parse_alloc_spec("emacs+json+native+treesitter%gcc@12.3.0") == {}