From 985ba5a60efa870179301e62eff7f06e87a3d71c Mon Sep 17 00:00:00 2001 From: Sk8erboi84 Date: Sat, 30 Mar 2024 18:44:38 +0100 Subject: [PATCH] tests --- tests/lib.cairo | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/lib.cairo b/tests/lib.cairo index e800519d..c3d00f84 100644 --- a/tests/lib.cairo +++ b/tests/lib.cairo @@ -105,8 +105,8 @@ mod utils { mod test_precision; mod test_reentrancy_guard; mod test_starknet_utils; - mod test_u128_mask; - mod test_i128; + // mod test_u128_mask; + // mod test_i128; mod test_serializable_dict; } mod withdrawal { @@ -119,7 +119,6 @@ mod mock { mod referral { mod test_referral_utils; } -mod test_create_and_execute_swap; mod integration { mod test_deposit_withdrawal;