Skip to content

Commit 8b490b1

Browse files
ScottyPoiCopilot
andcommitted
Fix test count incrementing
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 96a50b7 commit 8b490b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vm/test/tester/runners/GeneralStateTestsRunner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export async function runStateTest(options: any, testData: any, t: tape.Test | C
216216
t.comment(`Average test run: ${(totalTimeSpent / options.reps).toLocaleString()} s`)
217217
} else {
218218
await runTestCase(options, testCase, t)
219-
options.testCount++
220219
}
220+
options.testCount++
221221
}
222222
}

0 commit comments

Comments
 (0)