Remove redundant test.

pull/3194/head
derekpierre 2023-07-25 14:41:19 -04:00 committed by Kieran Prasch
parent 13fe740c9a
commit 2043b69a21
1 changed files with 0 additions and 6 deletions

View File

@ -56,12 +56,6 @@ def test_user_controls_success():
assert bytes(result) == bytes(plaintext)
def test_user_controls_success():
plaintext = b"ever thus to deadbeats"
result = _attempt_decryption(ThisBobAlwaysDecrypts, plaintext)
assert bytes(result) == bytes(plaintext)
def test_user_controls_failure():
plaintext = b"ever thus to deadbeats"
with pytest.raises(Ursula.NotEnoughUrsulas):