Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
VoR0220 2018-06-12 12:21:31 -05:00
parent cd67500dd1
commit acf67071c8
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class ContractFuzzer {
for (let i = 0; i < iterations; i++) {
fuzzMap[name][i] = inputTypes.map(input => this.getTypeFuzz(input));
self.logger.info(name);
self.logger.info("iteration: " + i + "\n" + fuzzMap[name][key]);
self.logger.info("iteration: " + i + "\n" + fuzzMap[name][i]);
}
});
self.logger.info('\n');