Skip to content

Commit 9c2258f

Browse files
committed
fix getTotalStats test
1 parent 2b9eb95 commit 9c2258f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cases/getTotalStats.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ describe("getTotalStats", () => {
77
it("Can get total stats", async () => {
88
const result = await client({ url: endpoint });
99
const data = result.data;
10-
assert.ok(data.userCount >= 0);
10+
// assert.ok(data.userCount >= 0); // no usercounter
1111
assert.ok(data.activeUsers >= 0);
1212
assert.ok(data.apiUsers >= 0);
1313
assert.ok(data.viewCount >= 0);

0 commit comments

Comments
 (0)