Skip to content

Commit

Permalink
Add transfer actor to dev dependencies for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
abright committed Sep 6, 2022
1 parent 7e6b084 commit 571aeec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions testing/fil_token_integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ serde = { version = "1.0.136", features = ["derive"] }
serde_tuple = { version = "0.5.0" }

[dev-dependencies]
basic_token_actor = {path = "actors/basic_token_actor"}
basic_receiving_actor = {path = "actors/basic_receiving_actor"}
basic_token_actor = { path = "actors/basic_token_actor" }
basic_transfer_actor = { path = "actors/basic_transfer_actor" }
basic_receiving_actor = { path = "actors/basic_receiving_actor" }

0 comments on commit 571aeec

Please sign in to comment.