aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/bisect/bisect_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/bisect/bisect_test.go')
-rw-r--r--pkg/bisect/bisect_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/bisect/bisect_test.go b/pkg/bisect/bisect_test.go
index eead42335..cb5e51c5b 100644
--- a/pkg/bisect/bisect_test.go
+++ b/pkg/bisect/bisect_test.go
@@ -651,7 +651,7 @@ var bisectionTests = []BisectionTest{
startCommit: 905,
expectRep: false,
expectErr: true,
- expectErrType: &InfraError{},
+ expectErrType: &build.InfraError{},
infraErrStart: 600,
infraErrEnd: 800,
introduced: "602",