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:
Claudio Cambra 2023-01-23 21:38:46 +01:00
parent 352c660363
commit e993684775
No known key found for this signature in database
GPG key ID: C839200C384636B0

View file

@ -82,8 +82,6 @@ private slots:
} else {
reply = new FakeErrorReply(op, req, this, 400, fake400Response);
}
} else {
reply = new FakeErrorReply(op, req, this, 400, fake400Response);
}
return reply;