Skip to content

Commit a8d0ea1

Browse files
committed
Updated test to run correct bug in bug6
1 parent 3385406 commit a8d0ea1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fundamentals/bug-challenge-es6/__tests__/bug-challenge-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ describe('Bug challenge ES6', () => {
102102
describe('bug7', () => {
103103

104104
it("should first run with stopOnError=all and then with stopOnError=null", () => {
105-
challenge.bug6();
105+
challenge.bug7();
106106

107107
expect(console.logs).toEqual([
108108
'run: stopOnError=all',

0 commit comments

Comments
 (0)