Skip to content

Commit 7b62353

Browse files
committed
Update assistant tests to reflect change in LG
1 parent e9139ff commit 7b62353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-assistant/src/components/assistant-chat.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ describe('AssistantChat', function () {
121121

122122
it('displays the disclaimer and welcome text', function () {
123123
renderWithChat(createMockChat({ messages: [] }));
124-
expect(screen.getByText(/AI can make mistakes. Review for accuracy./)).to
124+
expect(screen.getByText(/AI can make mistakes, so review for accuracy/)).to
125125
.exist;
126126
});
127127

0 commit comments

Comments
 (0)