Fixed linter formatting for test_detectors

pull/714/head
Natalie Chin 4 years ago
parent 6c2427a9f1
commit 91cb3db445
  1. 6
      tests/test_detectors.py

@ -92,7 +92,11 @@ def id_test(test_item: Test):
ALL_TESTS = [
Test(BooleanEquality, "tests/detectors/boolean-constant-equality/boolean-constant-equality.sol", "0.4.25"),
Test(
BooleanEquality,
"tests/detectors/boolean-constant-equality/boolean-constant-equality.sol",
"0.4.25",
),
Test(UncheckedLowLevel, "tests/detectors/unchecked-lowlevel/unchecked_lowlevel.sol", "0.4.25"),
Test(
UncheckedLowLevel,

Loading…
Cancel
Save