mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
converge SNSD deployments into single code (#15988)
This commit is contained in:
@@ -39,7 +39,8 @@ func TestNewObjectLayer(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Fatal("Unexpected object layer initialization error", err)
|
||||
}
|
||||
_, ok := obj.(*erasureSingle)
|
||||
|
||||
_, ok := obj.(*erasureServerPools)
|
||||
if !ok {
|
||||
t.Fatal("Unexpected object layer detected", reflect.TypeOf(obj))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user