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 a06bc71 commit d3891baCopy full SHA for d3891ba
pkg/github/repositories_test.go
@@ -553,9 +553,6 @@ func Test_UpdateRepository(t *testing.T) {
553
assert.Equal(t, *tc.expectedRepo.Archived, *returnedRepo.Archived)
554
assert.Equal(t, *tc.expectedRepo.AllowForking, *returnedRepo.AllowForking)
555
assert.Equal(t, *tc.expectedRepo.Description, *returnedRepo.Description)
556
- assert.Equal(t, *tc.expectedRepo.Archived, *returnedRepo.Archived)
557
- assert.Equal(t, *tc.expectedRepo.AllowForking, *returnedRepo.AllowForking)
558
- assert.Equal(t, *tc.expectedRepo.Description, *returnedRepo.Description)
559
})
560
}
561
0 commit comments