File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4166,7 +4166,7 @@ Overview of node-oracledb functional tests
4166
4166
164. soda1.js
4167
4167
164.1 getSodaDatabase() creates a sodaDatabase Object
4168
4168
164.2 createCollection() creates a collection
4169
- 164.3 openCollection() opens an existing colleciton
4169
+ 164.3 openCollection() opens an existing collection
4170
4170
164.4 getCollectionNames() gets an array of collection names
4171
4171
164.5 create collection with metadata
4172
4172
164.6 the operation status of collection.drop()
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ test/blobDMLReturningMultipleRowsAsBuffer.js
160
160
test/blobDMLReturningMultipleRowsAsStream.js
161
161
162
162
test/fetchAsStringWithRefCursor.js
163
- test/v8Getter .js
163
+ test/jsObjectGetter1 .js
164
164
test/insertNaNToNumber.js
165
165
test/urowidFunctionBindAsString3.js
166
166
test/urowidFunctionBindAsString4.js
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ describe('164. soda1.js', () => {
84
84
85
85
} ) ; // 164.2
86
86
87
- it ( '164.3 openCollection() opens an existing colleciton ' , async ( ) => {
87
+ it ( '164.3 openCollection() opens an existing collection ' , async ( ) => {
88
88
let conn ;
89
89
try {
90
90
conn = await oracledb . getConnection ( dbconfig ) ;
You can’t perform that action at this time.
0 commit comments