Skip to content

repos: remove incorrect calls of `t.Helper()`

Administrator requested to merge jc/remove-incorrect-t-helper into main

Created by: unknwon

With these calls, we wouldn't be able to get the actual line of failure (example of a designated fail):

    --- FAIL: TestIntegration/DBStore/ListRepos (0.00s)
        integration_test.go:83: <nil>

Merge request reports

Loading