rename test for getting file

This commit is contained in:
Acconut 2015-02-12 16:05:54 +01:00
parent 38794a4cf9
commit 23513879c9
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ func (s getStore) GetReader(id string) (io.Reader, error) {
return strings.NewReader("hello"), nil
}
func TestGetFile(t *testing.T) {
func TestGet(t *testing.T) {
handler, _ := NewHandler(Config{
DataStore: getStore{},
})