mirror of https://github.com/status-im/migrate.git
fix renamed Read() func in test
This commit is contained in:
parent
fbfb50d4e7
commit
f2f03998ae
|
@ -133,7 +133,7 @@ func TestFiles(t *testing.T) {
|
|||
}
|
||||
|
||||
// test read
|
||||
if err := files[4].DownFile.Read(); err != nil {
|
||||
if err := files[4].DownFile.ReadContent(); err != nil {
|
||||
t.Error("Unable to read file", err)
|
||||
}
|
||||
if files[4].DownFile.Content == nil {
|
||||
|
|
Loading…
Reference in New Issue