Remove NotSupported error redundant with NotImplemented (#5074)
This commit is contained in:
committed by
Nitish Tiwari
parent
b2cbade477
commit
53e133e844
@@ -103,10 +103,6 @@ func TestAPIErrCode(t *testing.T) {
|
||||
StorageFull{},
|
||||
ErrStorageFull,
|
||||
},
|
||||
{
|
||||
NotSupported{},
|
||||
ErrNotSupported,
|
||||
},
|
||||
{
|
||||
NotImplemented{},
|
||||
ErrNotImplemented,
|
||||
|
||||
Reference in New Issue
Block a user