File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/test/java/org/zendesk/client/v2 Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -1918,7 +1918,6 @@ public void getTicketCommentsShouldBeAscending() throws Exception {
1918
1918
assertThat (comments .size (), is (2 ));
1919
1919
assertThat (comments .get (0 ).getBody (), containsString (TICKET_COMMENT1 ));
1920
1920
assertThat (comments .get (0 ).getType (), is (CommentType .COMMENT ));
1921
- assertThat (comments .get (0 ).getVia (), is (VIA ));
1922
1921
assertThat (comments .get (1 ).getBody (), containsString (TICKET_COMMENT2 ));
1923
1922
assertThat (comments .get (1 ).getType (), is (CommentType .COMMENT ));
1924
1923
assertThat (comments .get (1 ).getVia (), is (VIA ));
@@ -1948,7 +1947,6 @@ public void getTicketCommentsDescending() throws Exception {
1948
1947
assertThat (comments .size (), is (2 ));
1949
1948
assertThat (comments .get (0 ).getBody (), containsString (TICKET_COMMENT2 ));
1950
1949
assertThat (comments .get (0 ).getType (), is (CommentType .COMMENT ));
1951
- assertThat (comments .get (0 ).getVia (), is (VIA ));
1952
1950
assertThat (comments .get (1 ).getBody (), containsString (TICKET_COMMENT1 ));
1953
1951
assertThat (comments .get (1 ).getType (), is (CommentType .COMMENT ));
1954
1952
assertThat (comments .get (1 ).getVia (), is (VIA ));
You can’t perform that action at this time.
0 commit comments