diff options
Diffstat (limited to 'internal/test/handler.go')
| -rw-r--r-- | internal/test/handler.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/test/handler.go b/internal/test/handler.go index 5c02629..3991c6a 100644 --- a/internal/test/handler.go +++ b/internal/test/handler.go @@ -7,7 +7,7 @@ import ( // HandlerSet is a struct with a mutex that allows us to swap handlers while a test server is running type HandlerSet struct { - mu sync.Mutex + mu sync.Mutex handler http.Handler } |
