parent
90ad9d6b69
commit
b1a4251be9
|
@ -34,7 +34,4 @@ describe("Events", () => {
|
|||
).json()) as any;
|
||||
assert.notEqual(sum(data.map((d) => Number.parseInt(d["count()"], 10))), 0);
|
||||
});
|
||||
test("fail", () => {
|
||||
assert.equal(1, 0);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue