mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 09:34:57 +08:00
Test: modified folder methods and filesystem
This commit is contained in:
@@ -44,7 +44,7 @@ func TestFolder_GetChildFile(t *testing.T) {
|
||||
asserts.NoError(mock.ExpectationsWereMet())
|
||||
asserts.NoError(err)
|
||||
asserts.Equal("1.txt", file.Name)
|
||||
asserts.Equal("/1.txt", file.PositionTemp)
|
||||
asserts.Equal("/1.txt", file.Position)
|
||||
}
|
||||
|
||||
// 不存在
|
||||
|
||||
Reference in New Issue
Block a user