We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd45a8 commit 2a1c915Copy full SHA for 2a1c915
src/test/java/com/spotify/github/v3/clients/RepositoryClientTest.java
@@ -106,6 +106,7 @@ public void getRepository() throws Exception {
106
assertThat(repository.name(), is("Hello-World"));
107
assertThat(repository.fullName(), is(repository.owner().login() + "/Hello-World"));
108
assertThat(repository.isPrivate(), is(false));
109
+ assertThat(repository.isArchived(), is(false));
110
assertThat(repository.fork(), is(false));
111
}
112
0 commit comments