We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c80930 commit 7d523e4Copy full SHA for 7d523e4
tests/test_list_missions.py
@@ -26,4 +26,4 @@ def test_list_missions(
26
# When Zeus calls "/zeus-list"
27
result: list[str] = config_gen.list_missions()
28
# Then a list of mission names is returned
29
- assert result == mission_names, "Should return mission names"
+ assert set(result) == set(mission_names), "Should return mission names"
0 commit comments