mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 06:55:59 +03:00
Remove faulty else statement from TestFolderman that would erroneously cause failure
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
352c660363
commit
e993684775
1 changed files with 0 additions and 2 deletions
|
@ -82,8 +82,6 @@ private slots:
|
||||||
} else {
|
} else {
|
||||||
reply = new FakeErrorReply(op, req, this, 400, fake400Response);
|
reply = new FakeErrorReply(op, req, this, 400, fake400Response);
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
reply = new FakeErrorReply(op, req, this, 400, fake400Response);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return reply;
|
return reply;
|
||||||
|
|
Loading…
Reference in a new issue