Skip to content

Commit 9197858

Browse files
committed
fix: remove only from test
1 parent 2f8ab8e commit 9197858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/chat.e2e.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ describe('ResilientLLM Chat Function E2E Tests with real fetch', () => {
960960
});
961961
});
962962

963-
it.only('should abort the operation when abort is called', async () => {
963+
it('should abort the operation when abort is called', async () => {
964964
const conversationHistory = [{ role: 'user', content: 'Hello' }];
965965
const chatPromise = llm.chat(conversationHistory);
966966
// Wait for 10ms to ensure the request has started

0 commit comments

Comments
 (0)