mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-06 12:33:08 +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() {
|
@Test public void tryParse() {
|
||||||
//These are all random values chosen to form the test class.
|
//These are all random values chosen to form the test class.
|
||||||
PlotVersion version = new PlotVersion("4.340", "f06903f", "19.08.05");
|
PlotVersion version = new PlotVersion("4.340", "f06903f", "19.08.05");
|
||||||
System.out.println(version.build);
|
System.out.println(version.versionString);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue