Skip to content

Commit 58cc703

Browse files
committed
test: use setUpSymbolic for halmos cheatcode
1 parent 72115a9 commit 58cc703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/TestLogarithmicBuckets.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ contract TestLogarithmicBuckets is LogarithmicBucketsMock, Test {
120120
}
121121

122122
contract TestProveLogarithmicBuckets is LogarithmicBucketsMock, Test, SymTest {
123-
function setUp() public {
123+
function setUpSymbolic() public {
124124
svm.enableSymbolicStorage(address(this));
125125
}
126126

0 commit comments

Comments
 (0)