mirror of https://github.com/embarklabs/embark.git
fix name
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
This commit is contained in:
parent
cd67500dd1
commit
acf67071c8
|
@ -23,7 +23,7 @@ class ContractFuzzer {
|
||||||
for (let i = 0; i < iterations; i++) {
|
for (let i = 0; i < iterations; i++) {
|
||||||
fuzzMap[name][i] = inputTypes.map(input => this.getTypeFuzz(input));
|
fuzzMap[name][i] = inputTypes.map(input => this.getTypeFuzz(input));
|
||||||
self.logger.info(name);
|
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');
|
self.logger.info('\n');
|
||||||
|
|
Loading…
Reference in New Issue