mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 23:56:56 +00:00
test: fix typo
This commit is contained in:
@ -29,7 +29,7 @@ func cleanup(client pmapi.Client) error {
|
|||||||
return errors.Wrap(err, "failed to clean system folders")
|
return errors.Wrap(err, "failed to clean system folders")
|
||||||
}
|
}
|
||||||
if err := cleanCustomLables(client); err != nil {
|
if err := cleanCustomLables(client); err != nil {
|
||||||
return errors.Wrap(err, "failed to clean cusotm labels")
|
return errors.Wrap(err, "failed to clean custom labels")
|
||||||
}
|
}
|
||||||
if err := cleanTrash(client); err != nil {
|
if err := cleanTrash(client); err != nil {
|
||||||
return errors.Wrap(err, "failed to clean trash")
|
return errors.Wrap(err, "failed to clean trash")
|
||||||
|
|||||||
Reference in New Issue
Block a user