Skip to content

Commit

Permalink
Remove faulty else statement from TestFolderman that would erroneousl…
Browse files Browse the repository at this point in the history
…y cause failure

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
  • Loading branch information
claucambra committed Jan 23, 2023
1 parent 1c2a57d commit 394fc05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/testfolderman.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 394fc05

Please sign in to comment.