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 d4d53ee commit 3a29943Copy full SHA for 3a29943
test/testTable.js
@@ -46,7 +46,7 @@ describe("Check Table operations", function() {
46
if(err){
47
should.exist(err);
48
} else {
49
- should.not.exist(data);
+ expect(data.TableNames).to.be.empty;
50
}
51
done();
52
});
0 commit comments