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 2a1c915 commit c029a8bCopy full SHA for c029a8b
src/test/java/com/spotify/github/v3/repos/RepositoryTest.java
@@ -49,5 +49,6 @@ public void testDeserialization() throws IOException {
49
assertThat(repository.name(), is("Hello-World"));
50
assertThat(repository.fullName(), is(repository.owner().login() + "/Hello-World"));
51
assertThat(repository.isPrivate(), is(false));
52
+ assertThat(repository.isArchived(), is(false));
53
}
54
0 commit comments