Skip to content

Commit

Permalink
fixed ctx var def
Browse files Browse the repository at this point in the history
  • Loading branch information
anuptalwalkar committed Feb 10, 2017
1 parent 6191680 commit 134bae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/task/execution_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import (
var (
_testScope tally.Scope
_errorCh <-chan error
_ctx = context.Background()
_ctx = context.Background()
)

func init() {
Expand Down

0 comments on commit 134bae6

Please sign in to comment.