Skip to content

Commit

Permalink
fix: commits
Browse files Browse the repository at this point in the history
  • Loading branch information
Th0rgal committed Jun 14, 2024
1 parent 8202625 commit 44f7c15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tests/naming/test_abuses.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ fn test_transfer_from_returns_false() {

#[test]
#[available_gas(2000000000)]
//#[should_panic(expected: ('a parent domain was reset', 'ENTRYPOINT_FAILED'))]
fn test_use_reset_subdomains_multiple_levels() {
// setup
let (eth, pricing, identity, naming) = deploy();
Expand Down Expand Up @@ -365,7 +364,7 @@ fn test_use_reset_subdomains_multiple_levels() {
let subsubsubdomain = array!['example', 'aaaaa', 'bbbbb', 'ccccc'].span();
naming.transfer_domain(subsubsubdomain, 4);

// alpha resets subdomains of aller.stark
// alpha resets subdomains of ccccc.stark
set_contract_address(alpha);
naming.reset_subdomains(root_domain);

Expand Down

0 comments on commit 44f7c15

Please sign in to comment.