mirror of
https://gitee.com/johng/gf
synced 2026-06-06 02:25:47 +08:00
fix unit testing case for pakage gfile
This commit is contained in:
@ -292,7 +292,7 @@ func Test_Info(t *testing.T) {
|
||||
|
||||
createTestFile(paths, "")
|
||||
defer delTestFiles(paths)
|
||||
files, err = gfile.Info(testpath() + paths)
|
||||
files, err = gfile.Stat(testpath() + paths)
|
||||
t.Assert(err, nil)
|
||||
|
||||
files2, err = os.Stat(testpath() + paths)
|
||||
|
||||
Reference in New Issue
Block a user