Skip to content

Commit 46ccd40

Browse files
Update test/workflow_test.py
1 parent f6ee44b commit 46ccd40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/workflow_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def test_preprocessing(self):
127127
else ["Be"]
128128
)
129129

130-
for system in ["Be", "BaO"]:
130+
for system in systems:
131131
configuration = (
132132
configuration_be if system == "Be" else configuration_bao
133133
)

0 commit comments

Comments
 (0)