Skip to content

Commit

Permalink
fix: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Th0rgal committed May 6, 2024
1 parent 92c3aff commit 05d4c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/naming/test_ar_discount.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ fn test_ar_discount_not_enabled() {
DummyAutoRenewal::TEST_CLASS_HASH, array![eth.contract_address.into()]
);

// we set the renewal contract and enable the discount
// we set the renewal contract and don't enable the discount
naming.whitelist_renewal_contract(auto_renewal);
//naming.toggle_ar_discount_renew();
let (_, yearly_renewal_price) = pricing.compute_renew_price(7, 365);
Expand Down

0 comments on commit 05d4c13

Please sign in to comment.