Skip to content

Commit

Permalink
fix constructor valid test
Browse files Browse the repository at this point in the history
  • Loading branch information
kinrezC committed Oct 22, 2024
1 parent bd24900 commit 90d64ae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/unit/Constructor.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,9 @@ contract ConstructorTest is BaseTest {
}

function testConstructor_Succeeds_WithValidParameters() public {
bool _isToken0 = true;

DopplerConfig memory config = DEFAULT_DOPPLER_CONFIG;
bool _isToken0 = true;

deployDoppler(0, config, 0, 0, _isToken0);
deployDoppler(0, config, 0, 0, asset < numeraire);
}
}

0 comments on commit 90d64ae

Please sign in to comment.