Skip to content

Commit 0f87b8d

Browse files
author
Vvenediktov
committed
change order for Via in descending test
1 parent adb7e7f commit 0f87b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/zendesk/client/v2/RealSmokeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1947,9 +1947,9 @@ public void getTicketCommentsDescending() throws Exception {
19471947
assertThat(comments.size(), is(2));
19481948
assertThat(comments.get(0).getBody(), containsString(TICKET_COMMENT2));
19491949
assertThat(comments.get(0).getType(), is(CommentType.COMMENT));
1950+
assertThat(comments.get(0).getVia(), is(VIA));
19501951
assertThat(comments.get(1).getBody(), containsString(TICKET_COMMENT1));
19511952
assertThat(comments.get(1).getType(), is(CommentType.COMMENT));
1952-
assertThat(comments.get(1).getVia(), is(VIA));
19531953
} finally {
19541954
if (ticket != null) {
19551955
instance.deleteTicket(ticket.getId());

0 commit comments

Comments
 (0)