Update tests/e2e/printers/test_printers.py

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
pull/2412/head
dm 6 months ago committed by GitHub
parent 9fe27d375f
commit f3f4b2084c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      tests/e2e/printers/test_printers.py

@ -35,7 +35,6 @@ def test_inheritance_printer(solc_binary_path) -> None:
assert counter["B -> A"] == 2 assert counter["B -> A"] == 2
assert counter["C -> A"] == 1 assert counter["C -> A"] == 1
# Let also test the include/exclude interface behavior # Let also test the include/exclude interface behavior
# Check that the interface is not included # Check that the interface is not included
assert "MyInterfaceX" not in content assert "MyInterfaceX" not in content

Loading…
Cancel
Save