From 69ee20e3a6422f2b94631395259385e4574a200c Mon Sep 17 00:00:00 2001 From: Poiuy7312 Date: Wed, 25 Oct 2023 13:47:22 -0400 Subject: [PATCH] fix: fixed formatting --- tests/test_main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_main.py b/tests/test_main.py index e4fe2f9c..8a3251b1 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -402,10 +402,11 @@ def test_analyze_store_results_file_exists_force(cwd, tmpdir): assert result.exit_code == 0 assert "✨ Results saved in:" in result.output + @given(directory=strategies.builds(Path)) @settings(deadline=None, suppress_health_check=[HealthCheck.function_scoped_fixture]) @pytest.mark.fuzz -def test_analyze_store_results_valid_path(directory,cwd): +def test_analyze_store_results_valid_path(directory, cwd): project_name = "testing" # create a reference to the internal # .chasten directory that supports testing