Skip to content

Commit

Permalink
I am the worst
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk authored Nov 13, 2016
1 parent 515b1ac commit 53f6e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/hazmat/primitives/test_ciphers.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,5 +258,5 @@ def test_cffi_too_old_ctr(self, backend):
),
skip_message="Does not support AES GCM",
)
def test_cffi_too_old_gcm(self, mode, backend):
def test_cffi_too_old_gcm(self, backend):
self._too_old(modes.GCM(b"0" * 16), backend)

0 comments on commit 53f6e01

Please sign in to comment.