Skip to content

Commit 350a694

Browse files
committed
Remove it.only from config test
1 parent b1bab4b commit 350a694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/test/src/config/integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ describe('Testing of the collection.config namespace', () => {
508508
expect(notUpdated?.status).toEqual('READY');
509509
});
510510

511-
it.only('should be able update the config of a collection', async () => {
511+
it('should be able update the config of a collection', async () => {
512512
const collectionName = 'TestCollectionConfigUpdate';
513513
const collection = await client.collections.create({
514514
name: collectionName,

0 commit comments

Comments
 (0)