sinttest: delcare boolean in WaitForClosingStreamElementTest

This commit is contained in:
Florian Schmaus 2020-04-13 22:49:31 +02:00
parent 6c3cd53567
commit dd248adb28
1 changed files with 2 additions and 1 deletions

View File

@ -43,6 +43,7 @@ public class WaitForClosingStreamElementTest extends AbstractSmackLowLevelIntegr
if (failureException != null) {
throw new AssertionError("Sync poing yielded failure exception", failureException);
}
assertTrue(closingStreamReceived.wasSuccessful());
boolean closingStreamReceivedSuccessful = closingStreamReceived.wasSuccessful();
assertTrue(closingStreamReceivedSuccessful);
}
}