From 1681fca9380b2c86403e5c6ce4d06afb933201ba Mon Sep 17 00:00:00 2001 From: xgreenx Date: Fri, 11 Mar 2022 18:00:09 +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 e37923176..54c17c565 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/Cargo.toml`] + sources: ['example_project_structure/contracts/**', 'examples/**/', 'mock/**', `!examples/reentrancy_guard/Cargo.toml`] } }, networks: {