Skip to content

Commit

Permalink
fix: integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vasyafromrussia committed Jul 30, 2024
1 parent 524083a commit 09d8c46
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 211 deletions.
4 changes: 2 additions & 2 deletions integration-tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ use crate::{

mod common;
mod measure;
mod migration;
mod prepare;

#[tokio::test]
Expand Down Expand Up @@ -292,7 +291,8 @@ async fn insufficient_gas_on_burn() -> Result<()> {

let result = manager
.call(context.sweat_claim().contract.as_account().id(), "burn")
.gas(NearGas::from_tgas(9))
.args_json(json!({}))
.gas(NearGas::from_tgas(1))
.transact()
.await?
.into_result();
Expand Down
209 changes: 0 additions & 209 deletions integration-tests/src/migration.rs

This file was deleted.

Binary file removed res/sweat_claim_legacy.wasm
Binary file not shown.

0 comments on commit 09d8c46

Please sign in to comment.