Skip to content

Commit 95e5f08

Browse files
committed
fixed testcase
1 parent d8f8772 commit 95e5f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/commands/app/create.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ describe("app:create", () => {
345345
],
346346
{ root: process.cwd() }
347347
);
348-
expect(result.stdout).to.contain("Failed to register app");
348+
expect(result.stdout).to.contain("App registration failed");
349349
});
350350
});
351351

0 commit comments

Comments
 (0)