Skip to content

Commit 2a1c915

Browse files
authored
Update RepositoryClientTest.java
1 parent 7dd45a8 commit 2a1c915

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/spotify/github/v3/clients/RepositoryClientTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ public void getRepository() throws Exception {
106106
assertThat(repository.name(), is("Hello-World"));
107107
assertThat(repository.fullName(), is(repository.owner().login() + "/Hello-World"));
108108
assertThat(repository.isPrivate(), is(false));
109+
assertThat(repository.isArchived(), is(false));
109110
assertThat(repository.fork(), is(false));
110111
}
111112

0 commit comments

Comments
 (0)