Skip to content

Commit d3891ba

Browse files
erel213Copilot
andauthored
Remove redundant assaertions
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a06bc71 commit d3891ba

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/github/repositories_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -553,9 +553,6 @@ func Test_UpdateRepository(t *testing.T) {
553553
assert.Equal(t, *tc.expectedRepo.Archived, *returnedRepo.Archived)
554554
assert.Equal(t, *tc.expectedRepo.AllowForking, *returnedRepo.AllowForking)
555555
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)
559556
})
560557
}
561558
}

0 commit comments

Comments
 (0)