1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-04-23 07:27:49 +00:00

Remove exit code assertion from push failing as it is undefined.

This commit is contained in:
Winston Li 2015-03-10 00:13:15 +00:00
parent 9245037abf
commit d1156cb812

View file

@ -330,7 +330,6 @@ public class WLGitBridgeIntegrationTest {
int pushExitCode = gitPush.waitFor();
wlgb.stop();
assertEquals(1, pushExitCode);
assertEquals(EXPECTED_OUT_PUSH_FAIL_FIRST_STAGE, Util.fromStream(gitPush.getErrorStream(), 2));
}