mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
Fix tests
This commit is contained in:
parent
577fe3037f
commit
894d673c90
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue