1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-07 09:37:49 +02:00

fix tests

This commit is contained in:
Chris Lu 2020-09-01 01:29:13 -07:00
parent eb7929a971
commit d91ec535b3
2 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@ import (
"os"
"testing"
"github.com/chrislusf/seaweedfs/weed/filer"
filer2 "github.com/chrislusf/seaweedfs/weed/filer"
"github.com/chrislusf/seaweedfs/weed/util"
)
@ -22,7 +22,7 @@ func TestCreateAndFind(t *testing.T) {
ctx := context.Background()
entry1 := &filer.Entry{
entry1 := &filer2.Entry{
FullPath: fullpath,
Attr: filer.Attr{
Mode: 0440,

View file

@ -6,7 +6,7 @@ import (
"os"
"testing"
"github.com/chrislusf/seaweedfs/weed/filer"
filer2 "github.com/chrislusf/seaweedfs/weed/filer"
"github.com/chrislusf/seaweedfs/weed/util"
)
@ -22,7 +22,7 @@ func TestCreateAndFind(t *testing.T) {
ctx := context.Background()
entry1 := &filer.Entry{
entry1 := &filer2.Entry{
FullPath: fullpath,
Attr: filer.Attr{
Mode: 0440,