1
0
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:
md_5
2012-03-18 14:58:19 +11:00
parent a79da0418d
commit dc4ca6386f
8 changed files with 8 additions and 8 deletions

View File

@@ -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());
}