mirror of
https://github.com/status-im/migrate.git
synced 2025-02-23 16:28:08 +00:00
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…
x
Reference in New Issue
Block a user