mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-31 16:24:48 +02:00
Some tests spell a two-value membership check as `assert x == a or x == b`. Rewrite those sites as `assert x in (a, b)`. This keeps the check the same and removes `==` forms that the later cleanup should not touch.
30 KiB
Executable File
30 KiB
Executable File