fix: broken e2e spec

This commit is contained in:
Sefa Ilkimen
2021-03-24 06:43:42 +01:00
parent 5ad1967b46
commit 81ba667e37
+1 -1
View File
@@ -909,7 +909,7 @@ const tests = [
},
validationFunc: function (driver, result) {
result.type.should.be.equal('resolved');
should.equal(null, result.data.data);
should.equal(true, result.data.data === null || result.data.data === undefined);
}
},
{