Fixing unittest

This commit is contained in:
DaanV2
2022-07-13 21:33:10 +02:00
parent 764708701a
commit d9d1f9108d

View File

@@ -31,7 +31,6 @@ describe("Validate", function () {
describe("Checking refs", function () { describe("Checking refs", function () {
if (!object) { if (!object) {
expect.fail();
return; return;
} }