Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiebee committed Oct 21, 2024
1 parent ade90aa commit 9f09fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/testing-utils.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ total-block-time: ${headersSenseStart} blocks
}

export async function spinNetworkDown (networkType = 'four-nodes') {
if (!process.env.ENTROPY_DONT_KILL) {
if (process.env.ENTROPY_DONT_KILL) {
console.warn('$ENTROPY_DONT_KILL is set not spinning the network down')
return false
}
Expand Down

0 comments on commit 9f09fcd

Please sign in to comment.