diff options
Diffstat (limited to 'handler_test.go')
-rw-r--r-- | handler_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/handler_test.go b/handler_test.go index 9f2eca8..ce5e290 100644 --- a/handler_test.go +++ b/handler_test.go @@ -6,10 +6,10 @@ var config = ` url: go.uber.org packages: - yarpc: - repo: github.com/yarpc/yarpc-go thriftrw: repo: github.com/thriftrw/thriftrw-go + yarpc: + repo: github.com/yarpc/yarpc-go ` |