Modify: split hooks into small modules
This commit is contained in:
@@ -34,7 +34,7 @@ func TestHandler_Put(t *testing.T) {
|
||||
}
|
||||
|
||||
for _, testCase := range testCases {
|
||||
err := handler.Put(ctx, testCase.file, testCase.dst)
|
||||
err := handler.Put(ctx, testCase.file, testCase.dst, 15)
|
||||
if testCase.err {
|
||||
asserts.Error(err)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user