Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.client.integration.tests/src/org/eclipse/osee/client/integration/tests/integration/skynet/core/CreateBranchOperationTest.java')
-rw-r--r--plugins/org.eclipse.osee.client.integration.tests/src/org/eclipse/osee/client/integration/tests/integration/skynet/core/CreateBranchOperationTest.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/org.eclipse.osee.client.integration.tests/src/org/eclipse/osee/client/integration/tests/integration/skynet/core/CreateBranchOperationTest.java b/plugins/org.eclipse.osee.client.integration.tests/src/org/eclipse/osee/client/integration/tests/integration/skynet/core/CreateBranchOperationTest.java
index 51f90e18c83..7343d71563a 100644
--- a/plugins/org.eclipse.osee.client.integration.tests/src/org/eclipse/osee/client/integration/tests/integration/skynet/core/CreateBranchOperationTest.java
+++ b/plugins/org.eclipse.osee.client.integration.tests/src/org/eclipse/osee/client/integration/tests/integration/skynet/core/CreateBranchOperationTest.java
@@ -112,9 +112,8 @@ public class CreateBranchOperationTest {
folder.deleteAndPersist();
}
- String errorMessage =
- String.format("CreateBranchOperation.checkPreconditions() should throw [%s] exceptions",
- subset.size() - allowedStates.size());
+ String errorMessage = String.format("CreateBranchOperation.checkPreconditions() should throw [%s] exceptions",
+ subset.size() - allowedStates.size());
assertEquals(errorMessage, exceptionsCaught, subset.size());
}

Back to the top