mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
Fix tests
This commit is contained in:
parent
577fe3037f
commit
894d673c90
@ -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…
Reference in New Issue
Block a user