Skip to content

Commit

Permalink
Fix tests for reetrancy
Browse files Browse the repository at this point in the history
  • Loading branch information
xgreenx committed Mar 11, 2022
1 parent 090c30f commit 1681fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redspot.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 1681fca

Please sign in to comment.