(self)
| 183 | 'f000000000000000000000000000000000000000000000000000000000000000000000000000000000000f' |
| 184 | |
| 185 | def test_illegal_decode_hex(self): |
| 186 | assert Hashids().decode_hex('') == '' |
| 187 | assert Hashids().decode_hex('WxMLpERDrmh25Lp4L3xEfM6WovWYO3IjkRMKR2ogCMVlqt1WK8jKq7OsEp1Vi2p') == '' |
nothing calls this directly
no test coverage detected