Skip to content

Commit 6104ec0

Browse files
authored
Update gabledroofbug.test.js
1 parent d32b302 commit 6104ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gabledroofbug.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const data = `
3333

3434
let accessCount = 0;
3535
const fetch = function (input) {
36-
accessCoint++;
36+
accessCount++;
3737
if (accessCount === 1) {
3838
return data;
3939
}

0 commit comments

Comments
 (0)