Skip to content

Commit

Permalink
remove from test_detectors
Browse files Browse the repository at this point in the history
  • Loading branch information
0xalpharush committed Jun 4, 2024
1 parent 01d1fb0 commit 0dff85b
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions tests/e2e/detectors/test_detectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -1403,26 +1403,6 @@ def id_test(test_item: Test):
"type_based_tautology.sol",
"0.7.6",
),
Test(
all_detectors.SimilarVarsDetection,
"similar_variables.sol",
"0.4.25",
),
Test(
all_detectors.SimilarVarsDetection,
"similar_variables.sol",
"0.5.16",
),
Test(
all_detectors.SimilarVarsDetection,
"similar_variables.sol",
"0.6.11",
),
Test(
all_detectors.SimilarVarsDetection,
"similar_variables.sol",
"0.7.6",
),
Test(
all_detectors.MsgValueInLoop,
"msg_value_loop.sol",
Expand Down

0 comments on commit 0dff85b

Please sign in to comment.