Skip to content

Commit c029a8b

Browse files
authored
Update RepositoryTest.java
1 parent 2a1c915 commit c029a8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/spotify/github/v3/repos/RepositoryTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,6 @@ public void testDeserialization() throws IOException {
4949
assertThat(repository.name(), is("Hello-World"));
5050
assertThat(repository.fullName(), is(repository.owner().login() + "/Hello-World"));
5151
assertThat(repository.isPrivate(), is(false));
52+
assertThat(repository.isArchived(), is(false));
5253
}
5354
}

0 commit comments

Comments
 (0)