rename test for getting file
This commit is contained in:
parent
38794a4cf9
commit
23513879c9
|
@ -28,7 +28,7 @@ func (s getStore) GetReader(id string) (io.Reader, error) {
|
||||||
return strings.NewReader("hello"), nil
|
return strings.NewReader("hello"), nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestGetFile(t *testing.T) {
|
func TestGet(t *testing.T) {
|
||||||
handler, _ := NewHandler(Config{
|
handler, _ := NewHandler(Config{
|
||||||
DataStore: getStore{},
|
DataStore: getStore{},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue