X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/8ebc32d8616aeac9892d20cebfbdc1b531b29d2c..04b75d719e7435aac5a943ec083bb6c0789e4afd:/t/t-algorithms.py diff --git a/t/t-algorithms.py b/t/t-algorithms.py index d7b97cb..bf637ef 100644 --- a/t/t-algorithms.py +++ b/t/t-algorithms.py @@ -820,7 +820,7 @@ class TestKeccak (HashBufferTestMixin): def check_kmac(me, mcls, c): k = T.span(32) - me.check_shake(lambda func = None, perso = T.bin(""): + me.check_shake(lambda func = None, perso = None: mcls(k, perso = perso), c, done_matches_xof = False)