Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronKutch committed Nov 12, 2023
1 parent 28872a3 commit e8ff2e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ path = "src/lib/common.rs"
clap = { version = "4", features = ["derive"] }
log = "0.4"
#onomy_test_lib = { path = "./../../onomy_tests/onomy_test_lib" }
onomy_test_lib = { git = "https://github.com/pendulum-labs/onomy_tests", rev = "88fe8dd808a0a81880f605a86527f259202a3436" }
onomy_test_lib = { git = "https://github.com/pendulum-labs/onomy_tests", rev = "08143eb6f399470404515f7fd1d4b20b466b540c" }
serde_json = "1.0"
tokio = "1"
2 changes: 1 addition & 1 deletion tests/src/bin/onomyd_only.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! based from onomy_tests/tests/src/bin/onomyd_only.r
//! based from onomy_tests/tests/src/bin/onomyd_only.rs

use std::time::Duration;

Expand Down

0 comments on commit e8ff2e5

Please sign in to comment.