Skip to content

Commit

Permalink
CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrLSD committed Dec 11, 2022
1 parent 8fd5b29 commit 1b68df4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion eth-connector-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ near-units = "0.2"
near-contract-standards = "4.1"
tokio = { version = "1.14", features = ["full"] }
workspaces = "0.7.0"
near-sandbox-utils = "0.6.1"
byte-slice-cast = "1.2"
hex = "0.4.3"
ethabi = "17.1"
Expand Down
1 change: 0 additions & 1 deletion eth-connector-tests/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ pub struct TestContract {
impl TestContract {
pub async fn new() -> anyhow::Result<TestContract> {
use std::str::FromStr;
near_sandbox_utils::ensure_sandbox_bin().unwrap();

let (contract, root_account) = Self::deploy_aurora_contract().await?;

Expand Down

0 comments on commit 1b68df4

Please sign in to comment.