@ggflutter/sumo
Advanced tools
Comparing version 2.5.75003827 to 2.5.75003828
{ | ||
"author": "Luigi Allocca", | ||
"name": "@ggflutter/sumo", | ||
"version": "2.5.75003827", | ||
"version": "2.5.75003828", | ||
"description": "A mutation testing tool for Ethereum smart contracts", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -29,3 +29,3 @@ const Mutation = require('../../mutation'); | ||
(node.right.type === 'FunctionCall' || node.right.type === 'MemberAccess') && | ||
node.right.value !== 'msg' | ||
node.right.memberName !== 'sender' | ||
) { | ||
@@ -32,0 +32,0 @@ // Rimuovi l'assegnazione dall'originale |
353800