Skip to content

Commit 017525f

Browse files
committed
fix
1 parent b3a2a66 commit 017525f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cli/tests/__snapshots__/check-fix.test.ts.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ exports[`check --fix edit-suggestions: fix output 1`] = `
210210

211211
exports[`check --fix overlapping edits 1`] = `
212212
"import Array "mo:core/Array";
213-
import Nat "mo:core/Nat";
214213
215214
// Overlapping fixable errors (nested calls produce overlapping M0223 + M0236 edits)
216215
do {

cli/tests/check-fix.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ describe("check --fix", () => {
8181
});
8282

8383
test("overlapping edits", async () => {
84-
await testCheckFix("overlapping.mo", { M0223: 1, M0236: 2 }, { M0194: 1 });
84+
await testCheckFix("overlapping.mo", { M0223: 1, M0236: 2 });
8585
});
8686

8787
test("transitive imports", async () => {

0 commit comments

Comments
 (0)