Fix tests

This commit is contained in:
N0tMyFaultOG 2020-04-30 11:32:50 +02:00
parent 577fe3037f
commit 894d673c90

View File

@ -33,7 +33,7 @@ public class PlotVersionTest {
@Test public void tryParse() {
//These are all random values chosen to form the test class.
PlotVersion version = new PlotVersion("4.340", "f06903f", "19.08.05");
System.out.println(version.build);
System.out.println(version.versionString);
}
}