1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-15 08:04:49 +02:00
Smack/smack-integration-test/src/main/java/org/igniterealtime/smack
Guus der Kinderen 254c315852 Add missing right parenthesis in SINT output
While running the Smack integration tests, a line like this is printed to std-out somewhere

    Available tests: 21 (Disabled 12 classes and 6 tests

There's a missing character on the end of that line, which makes the author of this commit twitch.
This commit adds the missing character, resulting in a line like this:

    Available tests: 21 (Disabled 12 classes and 6 tests)
2020-10-03 15:56:06 +02:00
..
inttest Add missing right parenthesis in SINT output 2020-10-03 15:56:06 +02:00
package-info.java Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00
XmppConnectionStressTest.java Introduce StanzaBuilder 2019-10-25 21:41:55 +02:00