Merge pull request #12292 from eugenp/lor6-patch-2

Update ConditionalExecutionUnitTest.java
This commit is contained in:
Loredana Crusoveanu 2022-06-30 16:53:13 +03:00 committed by GitHub
commit 212d5422d4
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public class ConditionalExecutionUnitTest {
@Test
@EnabledIfSystemProperty(named = "os.arch", matches = ".*64.*")
public void whenRunningTestsOn64BitArchitectures_thenTestIsDisabled() {
public void whenRunningTestsOn64BitArchitectures_thenTestIsEnabled() {
Integer value = 5; // result of an algorithm
assertNotEquals(0, value, "The result cannot be 0");