Skip to content

Commit

Permalink
Setting EnableCoProcess from test
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasinsaurralde committed Aug 18, 2016
1 parent c3c66f5 commit f393ba2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions coprocess_test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ func (d *TestDispatcher) Reload() {

func NewCoProcessDispatcher() (dispatcher *TestDispatcher, err error) {
d := &TestDispatcher{}
GlobalDispatcher = d
EnableCoProcess = true
return d, nil
}

Expand Down

0 comments on commit f393ba2

Please sign in to comment.