()
| 128 | |
| 129 | |
| 130 | def test_bool_hash_different() -> None: |
| 131 | assert RecursiveHash(True) != RecursiveHash(False) |
| 132 | |
| 133 | |
| 134 | # --------------------------------------------------------------------------- |
nothing calls this directly
no test coverage detected