Skip to content

Commit 61d6817

Browse files
committed
Fix test indentation
1 parent 7275bf7 commit 61d6817

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/lobProperties.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var dbConfig = require('./dbconfig.js');
4242

4343
describe('62. lobProperties.js', function() {
4444

45-
if(dbConfig.externalAuth){
45+
if(dbConfig.externalAuth){
4646
var credential = { externalAuth: true, connectString: dbConfig.connectString };
4747
} else {
4848
var credential = dbConfig;
@@ -56,9 +56,9 @@ describe('62. lobProperties.js', function() {
5656

5757
before('prepare table and LOB data', function(done) {
5858

59-
var sqlCreateTab =
60-
" BEGIN "
61-
+ " DECLARE "
59+
var sqlCreateTab =
60+
" BEGIN "
61+
+ " DECLARE "
6262
+ " e_table_exists EXCEPTION; "
6363
+ " PRAGMA EXCEPTION_INIT(e_table_exists, -00942); "
6464
+ " BEGIN "

0 commit comments

Comments
 (0)