Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit 8b93934

Browse files
authored
Update src/commands/components/pull/index.test.ts
1 parent 689f33c commit 8b93934

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/components/pull/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ describe('pull', () => {
141141
isLoggedIn: false,
142142
};
143143
await componentsCommand.parseAsync(['node', 'test', 'pull', '--space', '12345']);
144-
expect(konsola.error).toHaveBeenCalledWith('You are currently not logged in. Please run storyblok login to authenticate, or storyblok signup to signup.', null, {
144+
expect(konsola.error).toHaveBeenCalledWith('You are currently not logged in. Please run storyblok login to authenticate, or storyblok signup to sign up.', null, {
145145
header: true,
146146
});
147147
});

0 commit comments

Comments
 (0)