Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
disable verbose in poly test
Browse files Browse the repository at this point in the history
  • Loading branch information
erhant committed Oct 2, 2023
1 parent 0d3e2a0 commit 6c3219d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Polynomial.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ contract PolynomialTest is Test {
IPolynomial polynomial;
uint256 constant TOTAL_SUPPLY = 3;
uint256 constant ORDER = 13;
bool constant VERBOSE = true;
bool constant VERBOSE = false;

function setUp() public {
string memory code = vm.readFile("src/test/Polynomial.t.huff");
Expand Down

0 comments on commit 6c3219d

Please sign in to comment.