Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Aug 5, 2022
1 parent 74b8197 commit 431781c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethers-solc/src/remappings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ mod tests {
}

#[test]
fn serde() {
fn remapping_errors() {
let remapping = "oz=../b/c/d";
let remapping = Remapping::from_str(remapping).unwrap();
assert_eq!(remapping.name, "oz".to_string());
Expand Down

0 comments on commit 431781c

Please sign in to comment.