build: fix problems found with unconvert
This commit is contained in:
parent
a551978a3f
commit
d966cef14c
19 changed files with 29 additions and 29 deletions
|
@ -80,7 +80,7 @@ func TestNewFS(t *testing.T) {
|
|||
wantEntry := test.entries[i]
|
||||
|
||||
require.Equal(t, wantEntry.remote, gotEntry.Remote(), what)
|
||||
require.Equal(t, wantEntry.size, int64(gotEntry.Size()), what)
|
||||
require.Equal(t, wantEntry.size, gotEntry.Size(), what)
|
||||
_, isDir := gotEntry.(fs.Directory)
|
||||
require.Equal(t, wantEntry.isDir, isDir, what)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue