Skip to content

Commit

Permalink
fix: tests errors
Browse files Browse the repository at this point in the history
  • Loading branch information
irisdv committed Nov 2, 2023
1 parent eb8c583 commit 2591df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/naming/common.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fn deploy() -> (IERC20CamelDispatcher, IPricingDispatcher, IIdentityDispatcher,
let pricing = utils::deploy(Pricing::TEST_CLASS_HASH, array![eth.into()]);

// identity
let identity = utils::deploy(Identity::TEST_CLASS_HASH, ArrayTrait::<felt252>::new());
let identity = utils::deploy(Identity::TEST_CLASS_HASH, array![0]);

// naming
let admin = 0x123;
Expand Down

0 comments on commit 2591df1

Please sign in to comment.