Skip to content

Commit 509782a

Browse files
committed
fix(test): replace PromptsWithMockedMultiline.text with the now renamed PromptsWithMockedMultiline.multiline.
1 parent de7db2a commit 509782a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/shared/tests/promps.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ describe('Prompts.Text', () => {
9999

100100
const { Prompts: PromptsWithMockedMultiline } = await import('../src/Utils/Prompts')
101101

102-
const result = await PromptsWithMockedMultiline.text(
102+
const result = await PromptsWithMockedMultiline.multiline(
103103
'Please enter your project description:'
104104
)
105105

0 commit comments

Comments
 (0)