Skip to content

Commit c11c428

Browse files
feat: change test name
1 parent 0cbe145 commit c11c428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/field-plugin/src/messaging/pluginMessage/pluginToContainerMessage/PromptAIMessage.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ describe('PromptAIMessage', () => {
115115
getPluginPromptAIMessage(stub.payload, { uid, callbackId }),
116116
).toHaveProperty('uid', uid)
117117
})
118-
it('includes the promptAI data added to the message', () => {
118+
it('includes the payload was added to the message', () => {
119119
expect(
120120
getPluginPromptAIMessage(stub.payload, { uid, callbackId }),
121121
).toHaveProperty('payload')

0 commit comments

Comments
 (0)