From 872c8c79eacf78bc2e9feee29a14321fb5cd2ade Mon Sep 17 00:00:00 2001 From: nbe Date: Mon, 31 Jul 2023 10:40:35 +0300 Subject: [PATCH] remove redundant comment --- tests/rules/test_nix_shell.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/rules/test_nix_shell.py b/tests/rules/test_nix_shell.py index 1d1286a..c2f3f5c 100644 --- a/tests/rules/test_nix_shell.py +++ b/tests/rules/test_nix_shell.py @@ -22,7 +22,6 @@ def test_get_nixpkgs_name(command, output): assert get_nixpkgs_name(command) == output -# check that flags and params are preserved for the new command @pytest.mark.parametrize( "command_script, new_command", [