Skip to content

Commit

Permalink
Merge pull request #4449 from nickmango/bug/gerrit-post-test
Browse files Browse the repository at this point in the history
[#4395]Bug/Test case
  • Loading branch information
nickmango authored Oct 8, 2024
2 parents e0cf32b + b62960f commit c52de4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cla-backend-go/gerrits/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@ func TestService_AddGerrit(t *testing.T) {
if err != nil {
t.Fatalf("Add Gerrit returned an error: %v", err)
}
assert.Equal(t, tc.expectedResult, result)
assert.Equal(t, repos, result.GerritRepoList.Repos)
assert.NotNil(t, result)
})
}
}

0 comments on commit c52de4a

Please sign in to comment.