Skip to content

Commit 6cca81e

Browse files
committed
removing duplicate assert
1 parent d161abd commit 6cca81e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_shell_command.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ def test_is_not_venv(tester: CommandTester, mocker: MockerFixture) -> None:
9595
mocker.patch.object(tester.command.env, "is_venv", new=lambda: False)
9696

9797
tester.execute()
98-
assert isinstance(tester.command, ShellCommand)
9998
expected_output = (
10099
f"The Python environment at {tester.command.env.path} "
101100
"cannot be activated as it is not a virtural environment.\n"

0 commit comments

Comments
 (0)