@ggflutter/sumo
Advanced tools
Comparing version 2.5.75003764 to 2.5.75003765
{ | ||
"author": "Luigi Allocca", | ||
"name": "@ggflutter/sumo", | ||
"version": "2.5.75003764", | ||
"version": "2.5.75003765", | ||
"description": "A mutation testing tool for Ethereum smart contracts", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -106,3 +106,3 @@ const Mutation = require('../../mutation'); | ||
const expressionAfterIf = original.slice(original.indexOf(")") + 2).trim(); | ||
mutatedString = `if (true) { ${callExpression}; ${expressionAfterIf}; }`; | ||
mutatedString = `if (true) { ${callExpression}; ${expressionAfterIf} }`; | ||
} | ||
@@ -109,0 +109,0 @@ |
367327