We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f262c1c commit 1249b8fCopy full SHA for 1249b8f
test-complete/nodejs-optic-redaction.js
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2020 MarkLogic Corporation
+ * Copyright (c) 2021 MarkLogic Corporation
3
*
4
* Licensed under the Apache License, Version 2.0 (the License);
5
* you may not use this file except in compliance with the License.
@@ -71,7 +71,7 @@ function waitForViewCreate(wTime)
71
}).timeout(wTime + 120)
72
}
73
74
-describe('Nodejs Optic generate views test', function(){
+describe('Nodejs Optic redaction tests', function(){
75
it('TEST 1 - join left outer with array of on', function(done){
76
77
const plan1 =
0 commit comments