Skip to content

Commit 8ac11d5

Browse files
committed
fix: cleaner test
1 parent efc4c44 commit 8ac11d5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -245,10 +245,5 @@ describe('AssistantChat', function () {
245245
.exist;
246246
expect(screen.queryByText('Another part that should not display.')).to.not
247247
.exist;
248-
expect(
249-
screen.queryByText(
250-
'This message part should be ignored.Another part that should not display.'
251-
)
252-
).to.not.exist;
253248
});
254249
});

0 commit comments

Comments
 (0)