Fix comma/dot typo

This commit is contained in:
Joe Rickerby
2020-04-09 14:15:56 +01:00
committed by GitHub
parent eff997d12e
commit a0cc4f6347
+1 -1
View File
@@ -164,7 +164,7 @@ def test_test_extras(test_extras, platform_specific, platform, intercepted_build
main()
assert intercepted_build_args.args[0],test_extras == ('[' + test_extras + ']' if test_extras else '')
assert intercepted_build_args.args[0].test_extras == ('[' + test_extras + ']' if test_extras else '')
@pytest.mark.parametrize('test_command', [None, 'test --command'])