Skip to content

Commit

Permalink
fix(ci): 💚 Formatted project to pass ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Trantorian committed Jan 11, 2024
1 parent d318edd commit 8c0ab30
Show file tree
Hide file tree
Showing 31 changed files with 775 additions and 829 deletions.
40 changes: 0 additions & 40 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
[workspace]
members = [
"rpc_test",
"rpc_test_attribute",
"unit_tests",
]
default-members = ["unit_tests"]
Expand Down
14 changes: 0 additions & 14 deletions rpc_test/Cargo.toml

This file was deleted.

102 changes: 0 additions & 102 deletions rpc_test/src/lib.rs

This file was deleted.

24 changes: 0 additions & 24 deletions rpc_test/src/test_config.rs

This file was deleted.

35 changes: 0 additions & 35 deletions rpc_test/src/test_data.rs

This file was deleted.

11 changes: 0 additions & 11 deletions rpc_test_attribute/Cargo.toml

This file was deleted.

85 changes: 0 additions & 85 deletions rpc_test_attribute/src/lib.rs

This file was deleted.

2 changes: 0 additions & 2 deletions unit_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ serde = "1.0.194"
serde_json = "1.0.110"
tokio = { version = "1", features = ["full"] }
url = "2.5.0"
rpc_test = { path = "../rpc_test/" }
starknet = { git = "https://github.com/xJonathanLEI/starknet-rs.git", rev = "a35ce22", default-features = false }
starknet-core = { git = "https://github.com/xJonathanLEI/starknet-rs.git", rev = "a35ce22", default-features = false }
starknet-providers = { git = "https://github.com/xJonathanLEI/starknet-rs.git", rev = "a35ce22", default-features = false }

[dev-dependencies]
jsonrpsee = { version = "0.21.0", features = ["client"] }
tokio = { version = "1", features = ["full", "test-util"] }
rpc_test_attribute ={ path = "../rpc_test_attribute/" }
flate2 = "1.0.28"
Loading

0 comments on commit 8c0ab30

Please sign in to comment.