Skip to content

Commit

Permalink
fix: remove test from local
Browse files Browse the repository at this point in the history
  • Loading branch information
Will-Smith11 committed Oct 8, 2023
1 parent 2e1b3d5 commit 5b2ed5b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 43 deletions.
34 changes: 0 additions & 34 deletions crates/json-abi/tests/abi/ZeroxExchangeProxy.json

This file was deleted.

9 changes: 0 additions & 9 deletions crates/sol-types/tests/sol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -553,15 +553,6 @@ fn abigen_json_aggregation_router_v5() {
);
}

#[test]
#[cfg(feature = "json")]
fn abigen_json_0x_proxy() {
sol!(
ZeroXExchangeProxy,
"../json-abi/tests/abi/ZeroxExchangeProxy.json"
);
}

#[test]
fn eip712_encode_type_nesting() {
sol! {
Expand Down

0 comments on commit 5b2ed5b

Please sign in to comment.