Skip to content

Commit 98a932b

Browse files
committed
Remove it.only from test
1 parent c688c83 commit 98a932b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/collections/generate/integration.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ maybe('Testing of the collection.generate methods with runtime generative config
460460
});
461461
});
462462

463-
it.only('should generate using a runtime config without search and with extras', async () => {
463+
it('should generate using a runtime config without search and with extras', async () => {
464464
const query = () =>
465465
collection.generate.fetchObjects({
466466
singlePrompt: {
@@ -474,7 +474,6 @@ maybe('Testing of the collection.generate methods with runtime generative config
474474
metadata: true,
475475
},
476476
config: generativeConfigRuntime.openAI({
477-
model: 'gpt-4o-mini',
478477
stop: ['\n'],
479478
}),
480479
});

0 commit comments

Comments
 (0)