mirror of
https://github.com/essentials/Essentials.git
synced 2025-09-25 05:41:36 +02:00
Fix all other references
This commit is contained in:
@@ -31,7 +31,7 @@ public class VersionTest extends TestCase
|
||||
@Test
|
||||
public void testTeamCity()
|
||||
{
|
||||
final Version instance = new Version("Teamcity");
|
||||
final Version instance = new Version("Unknown");
|
||||
assertEquals("Testing Type", Type.DEVELOPER, instance.getType());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user