Skip to content

Commit 207ec0b

Browse files
authored
fix: update migration flow to finalizeMigration instead of continueToNextStep
1 parent deed0ea commit 207ec0b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/.yarn/install-state.gz

3 Bytes
Binary file not shown.

tests/e2e/migration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ describe("e2e migration test", () => {
138138

139139
await migrationClient.handleIdentityMigration(verificationCode);
140140
// If successful, continue to next step
141-
migrationClient.continueToNextStep(3);
141+
await migrationClient.finalizeMigration();
142142
}
143143
},
144144
},

0 commit comments

Comments
 (0)