Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.ats.client.integration.tests/src/org/eclipse/osee/ats/client/integration/tests/ats/core/client/action/AutoAddActionToGoalTest.java')
-rw-r--r--plugins/org.eclipse.osee.ats.client.integration.tests/src/org/eclipse/osee/ats/client/integration/tests/ats/core/client/action/AutoAddActionToGoalTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.ats.client.integration.tests/src/org/eclipse/osee/ats/client/integration/tests/ats/core/client/action/AutoAddActionToGoalTest.java b/plugins/org.eclipse.osee.ats.client.integration.tests/src/org/eclipse/osee/ats/client/integration/tests/ats/core/client/action/AutoAddActionToGoalTest.java
index 62162a49bb8..906026dfdc1 100644
--- a/plugins/org.eclipse.osee.ats.client.integration.tests/src/org/eclipse/osee/ats/client/integration/tests/ats/core/client/action/AutoAddActionToGoalTest.java
+++ b/plugins/org.eclipse.osee.ats.client.integration.tests/src/org/eclipse/osee/ats/client/integration/tests/ats/core/client/action/AutoAddActionToGoalTest.java
@@ -69,7 +69,7 @@ public class AutoAddActionToGoalTest {
ArtifactCache.deCache(goalArt);
}
- // Create a goal with a relation to an AI and add an Action. The
+ // Create a goal with a relation to an AI and add an Action. The
// Team Workflow should be added to the Goal
@org.junit.Test
public void testAutoAddActionToGoal_AI() throws OseeCoreException {
@@ -106,7 +106,7 @@ public class AutoAddActionToGoalTest {
ArtifactCache.deCache(goalArt);
}
- // Create a goal with a relation to a Team Definition and add an Action. The
+ // Create a goal with a relation to a Team Definition and add an Action. The
// Team Workflow should be added to the Goal
@org.junit.Test
public void testAutoAddActionToGoal_TeamWF() throws OseeCoreException {

Back to the top