test inferface implentation for FileStore

This commit is contained in:
Acconut 2015-02-28 14:49:52 +01:00
parent 9f94d0591b
commit 1659517825
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ import (
"github.com/tus/tusd"
)
// Test interface implementation of Filestore
var _ tusd.DataStore = FileStore{}
func TestFilestore(t *testing.T) {
tmp, err := ioutil.TempDir("", "tusd-filestore-")
if err != nil {