Skip to content

Commit e322916

Browse files
committed
fix(test): use renamed VCS bootstrap helper
1 parent d991180 commit e322916

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ui/AppHost.interactions.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ function createCrossFileHunkNavigationBootstrap(): AppBootstrap {
264264
shortAfterLines[1] = "export const top = 2;";
265265
shortAfterLines[30] = "export const mid = 4;";
266266

267-
return createTestGitAppBootstrap({
267+
return createTestVcsAppBootstrap({
268268
changesetId: "changeset:cross-file-hunk-navigation",
269269
files: [
270270
createTestDiffFile(

0 commit comments

Comments
 (0)