File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ describe("Collections", () => {
60
60
expect ( insertResults . status . insertedIds ) . length . to . have . length ( 2 ) ;
61
61
await astra . deleteCollection ( { name : collectionName } ) ;
62
62
} ) ;
63
- test . skip ( "should update one" , async ( ) => {
63
+ test ( "should update one" , async ( ) => {
64
64
const collectionName = `test${ epoch } ` ;
65
65
await astra . createCollection ( { name : collectionName } ) ;
66
66
const insertResults = await astra . collection ( collectionName ) . insertOne ( {
@@ -82,7 +82,7 @@ describe("Collections", () => {
82
82
console . log ( updateResults ) ;
83
83
await astra . deleteCollection ( { name : collectionName } ) ;
84
84
} ) ;
85
- test . only ( 'should delete one' , async ( ) => {
85
+ test ( 'should delete one' , async ( ) => {
86
86
const collectionName = `test${ epoch } ` ;
87
87
await astra . createCollection ( { name : collectionName } ) ;
88
88
const insertResults = await astra . collection ( collectionName ) . insertOne ( {
You can’t perform that action at this time.
0 commit comments