core: Add back composer_test

This commit is contained in:
Marius 2019-08-26 20:41:00 +02:00
parent 2e688d5d38
commit 1389d86547
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
package handler_test
/*
import (
"github.com/tus/tusd/pkg/filestore"
"github.com/tus/tusd/pkg/handler"
@ -22,4 +21,3 @@ func ExampleNewStoreComposer() {
_, _ = handler.NewHandler(config)
}
*/