mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
fix: typo
This commit is contained in:
parent
b294a96ef4
commit
10a083d8f0
|
@ -35,7 +35,7 @@ fs.readdirSync(scenarioFolder).forEach((file) => {
|
||||||
|
|
||||||
for (const story of scenario.stories) {
|
for (const story of scenario.stories) {
|
||||||
it(story.description, async function () {
|
it(story.description, async function () {
|
||||||
// Retry the test scenarios up to 4 times if an error happens, due erratic HEVM network errors
|
// Retry the test scenarios up to 4 times if an error happens, due to erratic HEVM network errors
|
||||||
this.retries(4);
|
this.retries(4);
|
||||||
await executeStory(story, testEnv);
|
await executeStory(story, testEnv);
|
||||||
});
|
});
|
||||||
|
|
|
@ -35,7 +35,7 @@ fs.readdirSync(scenarioFolder).forEach((file) => {
|
||||||
|
|
||||||
for (const story of scenario.stories) {
|
for (const story of scenario.stories) {
|
||||||
it(story.description, async function () {
|
it(story.description, async function () {
|
||||||
// Retry the test scenarios up to 4 times if an error happens, due erratic HEVM network errors
|
// Retry the test scenarios up to 4 times if an error happens, due to erratic HEVM network errors
|
||||||
this.retries(4);
|
this.retries(4);
|
||||||
await executeStory(story, testEnv);
|
await executeStory(story, testEnv);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user