mirror of
https://github.com/minio/minio.git
synced 2026-06-04 10:13:48 +08:00
Add NAS gateway support (#5516)
This commit is contained in:
@@ -36,7 +36,7 @@ func TestNewObjectLayer(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Fatal("Unexpected object layer initialization error", err)
|
||||
}
|
||||
_, ok := obj.(*fsObjects)
|
||||
_, ok := obj.(*FSObjects)
|
||||
if !ok {
|
||||
t.Fatal("Unexpected object layer detected", reflect.TypeOf(obj))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user