From 05d4c132bd60bab62af50d1ac0e7fbc950d99684 Mon Sep 17 00:00:00 2001 From: Thomas Marchand Date: Mon, 6 May 2024 21:09:04 +0200 Subject: [PATCH] fix: comments --- src/tests/naming/test_ar_discount.cairo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/naming/test_ar_discount.cairo b/src/tests/naming/test_ar_discount.cairo index 19ae258..608cc7d 100644 --- a/src/tests/naming/test_ar_discount.cairo +++ b/src/tests/naming/test_ar_discount.cairo @@ -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);