mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02:00
Fixed #2496
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
package com.github.intellectualsites.plotsquared.plot;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
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);
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user