pull/1684/head
Simone 2 years ago
parent 1dd3d33bf3
commit 64abf06e0a
  1. 2
      tests/test_features.py

@ -203,7 +203,7 @@ def test_using_for_global_collision() -> None:
sl = Slither(compilation) sl = Slither(compilation)
_run_all_detectors(sl) _run_all_detectors(sl)
# pylint: disable=too-many-branches
def test_user_defined_operators() -> None: def test_user_defined_operators() -> None:
solc_select.switch_global_version("0.8.19", always_install=True) solc_select.switch_global_version("0.8.19", always_install=True)
slither = Slither("./tests/ast-parsing/user_defined_operators-0.8.19.sol") slither = Slither("./tests/ast-parsing/user_defined_operators-0.8.19.sol")

Loading…
Cancel
Save