aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/github/import_integration_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'bridge/github/import_integration_test.go')
-rw-r--r--bridge/github/import_integration_test.go6
1 files changed, 2 insertions, 4 deletions
diff --git a/bridge/github/import_integration_test.go b/bridge/github/import_integration_test.go
index 6a41517c..8c411d8d 100644
--- a/bridge/github/import_integration_test.go
+++ b/bridge/github/import_integration_test.go
@@ -34,11 +34,9 @@ func TestGithubImporterIntegration(t *testing.T) {
// arrange
repo := repository.CreateGoGitTestRepo(t, false)
- backend, buildEvents, err := cache.NewRepoCache(repo)
+ backend, err := cache.NewRepoCacheNoEvents(repo)
require.NoError(t, err)
- for event := range buildEvents {
- require.NoError(t, event.Err)
- }
+
defer backend.Close()
interrupt.RegisterCleaner(backend.Close)
require.NoError(t, err)