Fixing typos in test name

This commit is contained in:
Andrew Phillips 2013-10-17 19:19:17 -04:00
parent ca8289b692
commit 29d574ffb2
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public class JcloudsVersionTest {
}
@Test(expectedExceptions = { IllegalArgumentException.class })
public void testFailsIfBetSanapshot() {
public void testFailsIfBetaSnapshot() {
new JcloudsVersion("1.2.3-beta.5-SNAPSHOT");
}