File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4405,10 +4405,10 @@ oracledb.OUT_FORMAT_OBJECT and resultSet = true
4405
4405
185.3 Specify the notification only for INSERT operation
4406
4406
185.4 Negative - provide invalid SQL in CQN option
4407
4407
185.5 examples/cqn2.js
4408
- 185.6 getting registration ID "regId" for subscriptions
4408
+ 185.6 Get the registration ID "regId" for subscriptions
4409
4409
185.7 Negative - unsubscribe multiple times
4410
4410
185.8 Negative - unsubscribe nonexistent subscriptions
4411
- 185.9 Negative - unsubscribe the subscription which throwed error when subscribed
4411
+ 185.9 Negative - unsubscribe the invalid subscription
4412
4412
4413
4413
186. instanceof2.js
4414
4414
186.1 instanceof checks for SODA classes
Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ describe('185. runCQN.js', function() {
317
317
}
318
318
} ) ; // 185.5
319
319
320
- it ( '185.6 getting registration ID "regId" for subscriptions' , async ( ) => {
320
+ it ( '185.6 Get the registration ID "regId" for subscriptions' , async ( ) => {
321
321
try {
322
322
const TABLE = 'nodb_tab_cqn_6' ;
323
323
let sql =
@@ -433,7 +433,7 @@ describe('185. runCQN.js', function() {
433
433
} ) ; // 185.8
434
434
435
435
// An variation of 185.4
436
- it ( '185.9 Negative - unsubscribe the subscription which throwed error when subscribed ' , async ( ) => {
436
+ it ( '185.9 Negative - unsubscribe the invalid subscription ' , async ( ) => {
437
437
try {
438
438
const TABLE = 'nodb_tab_cqn_9' ;
439
439
const myCallback = async function ( message ) {
You can’t perform that action at this time.
0 commit comments