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 dd6b430 commit 2b9eb95Copy full SHA for 2b9eb95
test/cases/getTotalStats.ts
@@ -7,7 +7,7 @@ describe("getTotalStats", () => {
7
it("Can get total stats", async () => {
8
const result = await client({ url: endpoint });
9
const data = result.data;
10
- // assert.ok(data.userCount >= 0); // no usercounter
+ assert.ok(data.userCount >= 0);
11
assert.ok(data.activeUsers >= 0);
12
assert.ok(data.apiUsers >= 0);
13
assert.ok(data.viewCount >= 0);
0 commit comments