[@spackbot] updating style on behalf of becker33

This commit is contained in:
becker33 2023-03-13 17:14:28 +00:00
parent 1df6a3196a
commit c8c025215d

View File

@ -218,7 +218,8 @@ def test_spec_list_constraints_with_structure(
def test_spec_list_broadcast(self, mock_packages):
matrix = {
"matrix": [["mpileaks"], ["^callpath"]],
"broadcast": [["%gcc", "%clang"], ["+debug", "~debug"]]}
"broadcast": [["%gcc", "%clang"], ["+debug", "~debug"]],
}
speclist = SpecList("specs", [matrix])
assert len(speclist) == 4