diff options
Diffstat (limited to 'instance_test.go')
-rw-r--r-- | instance_test.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/instance_test.go b/instance_test.go index 21ef808..de539a1 100644 --- a/instance_test.go +++ b/instance_test.go @@ -153,3 +153,7 @@ func TestPostHandlersRejectGet(t *testing.T) { }) } } + +// TODO: TestHandlerPath +func TestHandlerPath(t *testing.T) { +} |