From 99206d1c533654049bf669401d8e97021ca00fea Mon Sep 17 00:00:00 2001 From: Dustin Ingram Date: Wed, 8 Apr 2020 11:50:06 -0500 Subject: [PATCH] Fix formatting in tests (#30) --- tests/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cli.py b/tests/test_cli.py index ec990864..0bc41a37 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -39,7 +39,7 @@ def test_cli_no_arguments(): result = runner.invoke(cli) assert result.exit_code == 2 - assert 'Missing option "--target"' in result.output + assert "Missing option '--target'" in result.output @pytest.mark.parametrize(