summaryrefslogtreecommitdiff
path: root/internal/executor/executor_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/executor/executor_test.go')
-rw-r--r--internal/executor/executor_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/executor/executor_test.go b/internal/executor/executor_test.go
index e947606..94ba65d 100644
--- a/internal/executor/executor_test.go
+++ b/internal/executor/executor_test.go
@@ -1137,7 +1137,6 @@ func newPoolWithMockStore(store Store) *Pool {
resultCh: make(chan *Result, 4),
workCh: make(chan workItem, 4),
doneCh: make(chan struct{}, 2),
- Questions: NewQuestionRegistry(),
}
}