Skip to content

Commit

Permalink
Fix set-contract-storage remove should_panic for now
Browse files Browse the repository at this point in the history
  • Loading branch information
aon committed Sep 21, 2023
1 parent 2de921f commit 831388d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test-cases/set-contract-storage/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ mod set_contract_storage {
assert_eq!(0, 0);
}

// TODO: This test should panic when ink integration test
// environment is improved.
#[ink::test]
#[should_panic]
fn contract_storage_too_big() {
let contract = SetContractStorage::new();

Expand Down

0 comments on commit 831388d

Please sign in to comment.