mirror of https://github.com/apache/jclouds.git
Fixing typos in test name
This commit is contained in:
parent
8eeeffa08b
commit
3b8c38994a
|
@ -59,7 +59,7 @@ public class JcloudsVersionTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test(expectedExceptions = { IllegalArgumentException.class })
|
@Test(expectedExceptions = { IllegalArgumentException.class })
|
||||||
public void testFailsIfBetSanapshot() {
|
public void testFailsIfBetaSnapshot() {
|
||||||
new JcloudsVersion("1.2.3-beta.5-SNAPSHOT");
|
new JcloudsVersion("1.2.3-beta.5-SNAPSHOT");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue