Skip to content

Commit fa83f1f

Browse files
committed
- update tests
1 parent 0452be9 commit fa83f1f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

__tests__/table.test.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ describe('buildSummaryTables', () => {
7979
colspan: '2'
8080
}
8181
],
82-
['ABC-0199: XMPP Ping/PingIntegrationTest.pingAsync (Normal)', '✅ pass'],
83-
['ABC-0199: XMPP Ping/PingIntegrationTest.pingServer (Normal)', '✅ pass'],
84-
['ABC-0045: Multi-User Chat/MultiUserIntegrationTest.mucRoleTestForReceivingModerator (Normal)', '✅ pass']
82+
['ABC-0199: XMPP Ping/PingIntegrationTest.pingAsync (Normal)', '✅ passed'],
83+
['ABC-0199: XMPP Ping/PingIntegrationTest.pingServer (Normal)', '✅ passed'],
84+
['ABC-0045: Multi-User Chat/MultiUserIntegrationTest.mucRoleTestForReceivingModerator (Normal)', '✅ passed']
8585
])
8686
expect(flakyTable).toStrictEqual(FLAKY_TABLE)
8787
})
@@ -146,15 +146,15 @@ describe('buildSummaryTables', () => {
146146
colspan: '2'
147147
}
148148
],
149-
['ABC-0199: XMPP Ping/PingIntegrationTest.pingAsync (Normal)', '✅ pass'],
150-
['ABC-0199: XMPP Ping/PingIntegrationTest.pingServer (Normal)', '✅ pass'],
149+
['ABC-0199: XMPP Ping/PingIntegrationTest.pingAsync (Normal)', '✅ passed'],
150+
['ABC-0199: XMPP Ping/PingIntegrationTest.pingServer (Normal)', '✅ passed'],
151151
[
152152
{
153153
data: '<em>ABC-0045: Multi-User Chat</em>',
154154
colspan: '2'
155155
}
156156
],
157-
['ABC-0045: Multi-User Chat/MultiUserIntegrationTest.mucRoleTestForReceivingModerator (Normal)', '✅ pass']
157+
['ABC-0045: Multi-User Chat/MultiUserIntegrationTest.mucRoleTestForReceivingModerator (Normal)', '✅ passed']
158158
])
159159
expect(flakyTable).toStrictEqual(FLAKY_TABLE)
160160
})

0 commit comments

Comments
 (0)