Skip to content

Commit ddfcfaa

Browse files
committed
Fix field tests
1 parent 340fd3b commit ddfcfaa

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

slack-api-client/src/test/java/test_locally/api/methods/FieldValidation_a_to_c_Test.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,8 @@ void validateConversation(Conversation conversation) throws Exception {
337337
"getUnreadCount",
338338
"getUnreadCountDisplay",
339339
"getLatest",
340-
"getLastRead"
340+
"getLastRead",
341+
"getDateConnected"
341342
);
342343
}
343344

@@ -438,7 +439,8 @@ public void conversations_commands() throws Exception {
438439
"getNumOfMembers",
439440
"getIsMoved",
440441
"getPendingShared",
441-
"getLastRead"
442+
"getLastRead",
443+
"getDateConnected"
442444
);
443445
}
444446
{

slack-api-client/src/test/java/test_locally/api/methods/FieldValidation_o_to_z_Test.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,8 @@ public void usergroups_disable() throws Exception {
346346
"getUsers",
347347
"getAutoType",
348348
"getDeletedBy",
349-
"getUserCount"
349+
"getUserCount",
350+
"getChannelCount"
350351
);
351352
}
352353

@@ -355,7 +356,8 @@ void validateUsergroup(Usergroup usergroup) throws Exception {
355356
"getUsers",
356357
"getAutoType",
357358
"getDeletedBy",
358-
"getUserCount"
359+
"getUserCount",
360+
"getChannelCount"
359361
);
360362

361363
}

0 commit comments

Comments
 (0)