Skip to content

remove cc @dev-experience-support in testcase as well

Administrator requested to merge wbezuide/fix-buildchecker-testcase into main

Created by: burmudar

In #37152 we removed cc: @dev-experience-support this updates the test for that change as well

Test plan

Executed the unit tests

go test -v -run TestBranchEventSummary ./dev/buildchecker
=== RUN   TestBranchEventSummary
=== RUN   TestBranchEventSummary/unlocked
=== RUN   TestBranchEventSummary/locked
--- PASS: TestBranchEventSummary (0.33s)
    --- PASS: TestBranchEventSummary/unlocked (0.33s)
    --- PASS: TestBranchEventSummary/locked (0.00s)
PASS
ok      github.com/sourcegraph/sourcegraph/dev/buildchecker     (cached)```
<!-- All pull requests REQUIRE a test plan: https://docs.sourcegraph.com/dev/background-information/testing_principles -->

Merge request reports

Loading