mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-18 03:31:06 +00:00
Impl new_from for wrapper types
This commit is contained in:
@@ -191,10 +191,10 @@ impl Metadata {
|
||||
metadata.file_path = Some(path.to_path_buf());
|
||||
metadata.contracts = Some(
|
||||
[(
|
||||
ContractAlias::new("test".into()),
|
||||
ContractAlias::new_from("test"),
|
||||
ContractPathAndIdentifier {
|
||||
contract_source_path: path.to_path_buf(),
|
||||
contract_ident: ContractIdent::new("Test".into()),
|
||||
contract_ident: ContractIdent::new_from("Test"),
|
||||
},
|
||||
)]
|
||||
.into(),
|
||||
|
||||
Reference in New Issue
Block a user