mirror of
https://github.com/jlengrand/github-api.git
synced 2026-04-04 15:50:52 +00:00
Update src/test/java/org/kohsuke/github/AppTest.java
Co-Authored-By: Karl Shultz <kshultz@cloudbees.com>
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user