Fix contract discovery for simple tests

This commit is contained in:
Omar Abdulla
2025-07-28 09:49:26 +03:00
parent 65f41f2038
commit 1689118c5d
2 changed files with 22 additions and 4 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ impl Metadata {
metadata.file_path = Some(path.to_path_buf());
metadata.contracts = Some(
[(
ContractInstance::new("test"),
ContractInstance::new("Test"),
ContractPathAndIdent {
contract_source_path: path.to_path_buf(),
contract_ident: ContractIdent::new("Test"),