Update src/test/java/org/kohsuke/github/AppTest.java

Co-Authored-By: Karl Shultz <kshultz@cloudbees.com>
This commit is contained in:
Liam Newman
2020-03-02 08:41:21 -08:00
committed by GitHub
parent 5b575134fc
commit 75d95d844c

View File

@@ -862,7 +862,7 @@ public class AppTest extends AbstractGitHubWireMockTest {
for (GHThread t : gitHub.listNotifications().nonBlocking(true).read(true)) {
if (!found) {
found = true;
// both thread an unread are included
// both read and unread are included
assertThat(t.getTitle(), is("Create a Jenkinsfile for Librecores CI in mor1kx"));
assertThat(t.getLastReadAt(), notNullValue());
assertThat(t.isRead(), equalTo(true));