Skip to content

Commit 4ab2e28

Browse files
committed
fix: correct snapshot order for unused-custom-errors detector
1 parent df233c1 commit 4ab2e28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TopLevelUnused() (tests/e2e/detectors/test_data/unused-error/0.8.4/unused_custom_error.sol#5) is declared but never used
22

3-
UnusedErrorTest.Unauthorized() (tests/e2e/detectors/test_data/unused-error/0.8.4/unused_custom_error.sol#12) is declared but never used in UnusedErrorTest (tests/e2e/detectors/test_data/unused-error/0.8.4/unused_custom_error.sol#10-35)
4-
53
UnusedErrorTest.InvalidAmount(uint256) (tests/e2e/detectors/test_data/unused-error/0.8.4/unused_custom_error.sol#18) is declared but never used in UnusedErrorTest (tests/e2e/detectors/test_data/unused-error/0.8.4/unused_custom_error.sol#10-35)
64

5+
UnusedErrorTest.Unauthorized() (tests/e2e/detectors/test_data/unused-error/0.8.4/unused_custom_error.sol#12) is declared but never used in UnusedErrorTest (tests/e2e/detectors/test_data/unused-error/0.8.4/unused_custom_error.sol#10-35)
6+

0 commit comments

Comments
 (0)