Skip to content

Commit 2142777

Browse files
committed
fix: old integ test wrong as the indent framework didnt listen to ato tab space changes
1 parent 690354f commit 2142777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/spec/Generic-integ-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ define(function (require, exports, module) {
119119
});
120120

121121
it("should show and toggle indent guides with 12 space file", async function () {
122-
await verify("space-12.js", 3);
122+
await verify("space-12.js", 2);
123123
});
124124

125125
it("should show and toggle indent guides with no space file", async function () {

0 commit comments

Comments
 (0)