Fix contract discovery for simple tests (#83)

This commit is contained in:
Omar
2025-07-28 10:05:53 +03:00
committed by GitHub
parent 65f41f2038
commit 429f2e92a2
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"),