Update ConditionalExecutionUnitTest.java
This commit is contained in:
committed by
GitHub
parent
e96997c6a9
commit
a037e8008e
@@ -35,7 +35,7 @@ public class ConditionalExecutionUnitTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
@EnabledIfSystemProperty(named = "os.arch", matches = ".*64.*")
|
@EnabledIfSystemProperty(named = "os.arch", matches = ".*64.*")
|
||||||
public void whenRunningTestsOn64BitArchitectures_thenTestIsDisabled() {
|
public void whenRunningTestsOn64BitArchitectures_thenTestIsEnabled() {
|
||||||
Integer value = 5; // result of an algorithm
|
Integer value = 5; // result of an algorithm
|
||||||
|
|
||||||
assertNotEquals(0, value, "The result cannot be 0");
|
assertNotEquals(0, value, "The result cannot be 0");
|
||||||
|
|||||||
Reference in New Issue
Block a user