Skip to content

Commit

Permalink
Remove integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DOBEN committed Aug 11, 2023
1 parent 5f39029 commit 07c1752
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 649 deletions.
4 changes: 2 additions & 2 deletions concordium-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ quickcheck = {version = "1", optional = true }
getrandom = { version = "0.2", features = ["custom"], optional = true }

[dependencies.concordium-contracts-common]
path = "../../../LocalTestingLibrary/concordium-smart-contract-tools/concordium-base/concordium-contracts-common/concordium-contracts-common"
version = "7.1"
path = "../concordium-contracts-common/concordium-contracts-common"
version = "7.0"
default-features = false
features = ["smart-contract"]

Expand Down
4 changes: 0 additions & 4 deletions examples/cis3-nft-sponsored-txs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ crypto-primitives = ["concordium-std/crypto-primitives"]
concordium-std = {path = "../../concordium-std", default-features = false}
concordium-cis2 = {path = "../../concordium-cis2", default-features = false}

[dev-dependencies]
concordium-smart-contract-testing = {path = "../../../../LocalTestingLibrary/concordium-smart-contract-tools/concordium-smart-contract-testing"}
ed25519-dalek = "1.0.1"

[lib]
crate-type=["cdylib", "rlib"]

Expand Down
Loading

0 comments on commit 07c1752

Please sign in to comment.