Skip to content

Commit 8c56eca

Browse files
committed
Fix test description keybounce
1 parent 57612df commit 8c56eca

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

test/fetchTimestampAsString.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ describe('19. fetchTimestampAsString.js', function() {
212212

213213
}); // 19.2
214214

215-
describe('19.3 testing maxRows setttings and queryStream() to fetch as string', function() {
215+
describe('19.3 testing maxRows settings and queryStream() to fetch as string', function() {
216216
var tableName = "nodb_timestamp3";
217217
var inData = assist.TIMESTAMP_TZ_STRINGS_1;
218218
var defaultLimit = oracledb.maxRows;

test/list.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Overview of node-oracledb functional tests
3535
1.10.3 uses username alias to login with SYSDBA privilege
3636

3737
2. pool.js
38-
2.1 default settting
38+
2.1 default setting
3939
2.1.1 testing default values of pool properties
4040
2.2 poolMin
4141
2.2.1 poolMin cannot be a negative number
@@ -466,7 +466,7 @@ Overview of node-oracledb functional tests
466466
19.2.6 fetchAsString property and OBJECT outFormat
467467
19.2.7 fetchAsString property, resultSet
468468
19.2.8 fetchAsString property, resultSet and OBJECT outFormat
469-
19.3 testing maxRows setttings and queryStream() to fetch as string
469+
19.3 testing maxRows settings and queryStream() to fetch as string
470470
19.3.1 works well when setting oracledb.maxRows > actual number of rows
471471
19.3.2 maxRows = actual num of rows
472472
19.3.3 works when oracledb.maxRows < actual number of rows

test/pool.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var dbConfig = require('./dbconfig.js');
3434

3535
describe('2. pool.js', function() {
3636

37-
describe('2.1 default settting', function() {
37+
describe('2.1 default setting', function() {
3838

3939
it('2.1.1 testing default values of pool properties', function(done) {
4040

0 commit comments

Comments
 (0)