Skip to content

Commit 6da31bf

Browse files
committed
Test typo
1 parent 6a2ad30 commit 6da31bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/connection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ describe('1. connection.js', function(){
248248
);
249249
})
250250

251-
it.only('1.2.3 can not set maxRows to be 0', function(done){
251+
it('1.2.3 can not set maxRows to be 0', function(done){
252252
connection.should.be.ok;
253253
connection.execute(
254254
"SELECT * FROM oracledb_employees",

0 commit comments

Comments
 (0)