Skip to content

Commit

Permalink
Upgradeaable: remove broken test
Browse files Browse the repository at this point in the history
Didn't test anything upgrade_and_call didn't, and class hash id 1
didn't exist.
  • Loading branch information
archseer committed Jan 9, 2024
1 parent d00e1c1 commit d3c8d06
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions contracts/src/tests/test_upgradeable.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,6 @@ fn setup() -> ContractAddress {
account
}

#[test]
#[available_gas(2000000)]
fn test_upgrade() {
let sender = setup();

// doesn't error
Upgradeable::upgrade(class_hash_const::<1>());
}

#[test]
#[available_gas(2000000)]
fn test_upgrade_and_call() {
Expand Down

0 comments on commit d3c8d06

Please sign in to comment.