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 bf6d706 commit f478671Copy full SHA for f478671
test/model/SqlResponse.spec.js
@@ -28,7 +28,7 @@
28
var instance;
29
30
beforeEach(function() {
31
- instance = new Manticoresearch.SqlResponse();
+ //instance = new Manticoresearch.SqlResponse();
32
});
33
34
var getProperty = function(object, getter, property) {
0 commit comments