fix: rename test
This commit is contained in:
parent
e955c836ad
commit
278b5f8efa
|
@ -11,7 +11,7 @@ public class ConditionallyIgnoreTestsUnitTest {
|
|||
|
||||
|
||||
@Test
|
||||
public void whenAssumeThatCodeVersionIsNot1_thenIgnore() {
|
||||
public void whenAssumeThatCodeVersionIsNot2_thenIgnore() {
|
||||
final int codeVersion = 1;
|
||||
assumeThat(codeVersion, is(2));
|
||||
|
||||
|
|
Loading…
Reference in New Issue