From 090c30ff9b4cda32bab0a2e34a2b7c95e65cb776 Mon Sep 17 00:00:00 2001 From: xgreenx Date: Fri, 11 Mar 2022 17:59:30 +0200 Subject: [PATCH] Fix tests for reetrancy --- redspot.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redspot.config.ts b/redspot.config.ts index 317e9bc77..e37923176 100644 --- a/redspot.config.ts +++ b/redspot.config.ts @@ -8,7 +8,7 @@ export default { contract: { ink: { toolchain: 'nightly', - sources: ['example_project_structure/contracts/**', 'examples/**/!(reentrancy_guard)', 'mock/**', `examples/reentrancy_guard/contracts`] + sources: ['example_project_structure/contracts/**', 'examples/**/!(reentrancy_guard)', 'mock/**', `!examples/reentrancy_guard/Cargo.toml`] } }, networks: {