Skip to content

Commit faa7e5f

Browse files
author
Aries Yuwono
committed
add cleanup
1 parent b812355 commit faa7e5f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

test-complete/nodejs-config-query-negative.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,15 @@ describe('Config query negative test', function(){
9292
done();
9393
});
9494
});
95-
95+
96+
it('should remove the custom query', function(done){
97+
dbAdmin.config.query.custom.remove('directoryConstraint.xqy').
98+
result(function(response) {
99+
done();
100+
}, function(error) {
101+
console.log(error);
102+
done();
103+
});
104+
});
96105

97106
});

0 commit comments

Comments
 (0)