Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.ats.ide.integration.tests/src/org/eclipse/osee/ats/ide/integration/tests/ats/branch/AtsBranchServiceImplTest.java')
-rw-r--r--plugins/org.eclipse.osee.ats.ide.integration.tests/src/org/eclipse/osee/ats/ide/integration/tests/ats/branch/AtsBranchServiceImplTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.ats.ide.integration.tests/src/org/eclipse/osee/ats/ide/integration/tests/ats/branch/AtsBranchServiceImplTest.java b/plugins/org.eclipse.osee.ats.ide.integration.tests/src/org/eclipse/osee/ats/ide/integration/tests/ats/branch/AtsBranchServiceImplTest.java
index b3cc4ccc724..1a1512ee53b 100644
--- a/plugins/org.eclipse.osee.ats.ide.integration.tests/src/org/eclipse/osee/ats/ide/integration/tests/ats/branch/AtsBranchServiceImplTest.java
+++ b/plugins/org.eclipse.osee.ats.ide.integration.tests/src/org/eclipse/osee/ats/ide/integration/tests/ats/branch/AtsBranchServiceImplTest.java
@@ -128,7 +128,7 @@ public class AtsBranchServiceImplTest {
//Test TxRecords
TransactionRecord txRecord = new TransactionRecord(1234L, SAW_Bld_1, "comment", new Date(0),
- UserManager.getUser(), UserManager.getUser().getArtId(), TransactionDetailsType.Baselined, 0L);
+ UserManager.getUser(), UserManager.getUser().getId(), TransactionDetailsType.Baselined, 0L);
Collection<TransactionRecord> commitTxs = new ArrayList<>();
Collection<CommitConfigItem> configItems = new HashSet<>();
commitTxs.add(txRecord);

Back to the top