Smack/smack-integration-test
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
..
src Add missing right parenthesis in SINT output 2020-10-03 15:56:06 +02:00
build.gradle sinttest: migrate to JUnit5, drop JUnit4 2020-04-12 22:21:30 +02:00