Skip to content

Commit 2b9eb95

Browse files
committed
add additional/missing tests
1 parent dd6b430 commit 2b9eb95

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); // no usercounter
10+
assert.ok(data.userCount >= 0);
1111
assert.ok(data.activeUsers >= 0);
1212
assert.ok(data.apiUsers >= 0);
1313
assert.ok(data.viewCount >= 0);

0 commit comments

Comments
 (0)