Skip to content

Commit 9fc8bc9

Browse files
committed
Fix test name typo
1 parent ed985c8 commit 9fc8bc9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/list.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4166,7 +4166,7 @@ Overview of node-oracledb functional tests
41664166
164. soda1.js
41674167
164.1 getSodaDatabase() creates a sodaDatabase Object
41684168
164.2 createCollection() creates a collection
4169-
164.3 openCollection() opens an existing colleciton
4169+
164.3 openCollection() opens an existing collection
41704170
164.4 getCollectionNames() gets an array of collection names
41714171
164.5 create collection with metadata
41724172
164.6 the operation status of collection.drop()

test/opts/mocha.opts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ test/blobDMLReturningMultipleRowsAsBuffer.js
160160
test/blobDMLReturningMultipleRowsAsStream.js
161161

162162
test/fetchAsStringWithRefCursor.js
163-
test/v8Getter.js
163+
test/jsObjectGetter1.js
164164
test/insertNaNToNumber.js
165165
test/urowidFunctionBindAsString3.js
166166
test/urowidFunctionBindAsString4.js

test/soda1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ describe('164. soda1.js', () => {
8484

8585
});// 164.2
8686

87-
it('164.3 openCollection() opens an existing colleciton', async () => {
87+
it('164.3 openCollection() opens an existing collection', async () => {
8888
let conn;
8989
try {
9090
conn = await oracledb.getConnection(dbconfig);

0 commit comments

Comments
 (0)