Skip to content
This repository was archived by the owner on Apr 5, 2020. It is now read-only.

Commit 21a653f

Browse files
committed
fix: serverTables test
1 parent a748175 commit 21a653f

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

test/serverTables.query.test.js

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -35,30 +35,30 @@ describe('Query serverTables', function () {
3535

3636
assert(body)
3737
assert(body.data)
38-
assert.deepStrictEqual(body.data.serverTables,
39-
['players',
40-
'playerBans',
41-
'playerBanRecords',
42-
'playerMutes',
43-
'playerMuteRecords',
44-
'playerKicks',
45-
'playerNotes',
46-
'playerHistory',
47-
'playerPins',
48-
'playerReports',
49-
'playerReportCommands',
50-
'playerReportComments',
51-
'playerReportLocations',
52-
'playerReportStates',
53-
'playerReportLogs',
54-
'serverLogs',
55-
'playerWarnings',
56-
'ipBans',
57-
'ipBanRecords',
58-
'ipMutes',
59-
'ipMuteRecords',
60-
'ipRangeBans',
61-
'ipRangeBanRecords'
62-
])
38+
assert.deepStrictEqual(body.data.serverTables, [
39+
'players',
40+
'playerBans',
41+
'playerBanRecords',
42+
'playerMutes',
43+
'playerMuteRecords',
44+
'playerKicks',
45+
'playerNotes',
46+
'playerHistory',
47+
'playerReports',
48+
'playerReportLocations',
49+
'playerReportStates',
50+
'playerReportCommands',
51+
'playerReportComments',
52+
'playerWarnings',
53+
'ipBans',
54+
'ipBanRecords',
55+
'ipMutes',
56+
'ipMuteRecords',
57+
'ipRangeBans',
58+
'ipRangeBanRecords',
59+
'playerPins',
60+
'serverLogs',
61+
'playerReportLogs'
62+
])
6363
})
6464
})

0 commit comments

Comments
 (0)