mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-10 18:15:58 +01:00
sinttest: delcare boolean in WaitForClosingStreamElementTest
This commit is contained in:
parent
6c3cd53567
commit
dd248adb28
1 changed files with 2 additions and 1 deletions
|
@ -43,6 +43,7 @@ public class WaitForClosingStreamElementTest extends AbstractSmackLowLevelIntegr
|
||||||
if (failureException != null) {
|
if (failureException != null) {
|
||||||
throw new AssertionError("Sync poing yielded failure exception", failureException);
|
throw new AssertionError("Sync poing yielded failure exception", failureException);
|
||||||
}
|
}
|
||||||
assertTrue(closingStreamReceived.wasSuccessful());
|
boolean closingStreamReceivedSuccessful = closingStreamReceived.wasSuccessful();
|
||||||
|
assertTrue(closingStreamReceivedSuccessful);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue