Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.message.test/src/org/eclipse/osee/framework/core/message/test/translation/TransactionCacheUpdateResponseTranslatorTest.java')
-rw-r--r--plugins/org.eclipse.osee.framework.core.message.test/src/org/eclipse/osee/framework/core/message/test/translation/TransactionCacheUpdateResponseTranslatorTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.message.test/src/org/eclipse/osee/framework/core/message/test/translation/TransactionCacheUpdateResponseTranslatorTest.java b/plugins/org.eclipse.osee.framework.core.message.test/src/org/eclipse/osee/framework/core/message/test/translation/TransactionCacheUpdateResponseTranslatorTest.java
index db474da1071..d4ad862df91 100644
--- a/plugins/org.eclipse.osee.framework.core.message.test/src/org/eclipse/osee/framework/core/message/test/translation/TransactionCacheUpdateResponseTranslatorTest.java
+++ b/plugins/org.eclipse.osee.framework.core.message.test/src/org/eclipse/osee/framework/core/message/test/translation/TransactionCacheUpdateResponseTranslatorTest.java
@@ -53,7 +53,7 @@ public class TransactionCacheUpdateResponseTranslatorTest extends BaseTranslator
@Parameters
public static Collection<Object[]> data() {
- BranchCache branchCache = new BranchCache(new MockOseeDataAccessor<String, Branch>());
+ BranchCache branchCache = new BranchCache(new MockOseeDataAccessor<Long, Branch>());
ITranslator<TransactionCacheUpdateResponse> translator =
new TransactionCacheUpdateResponseTranslator(new TransactionRecordFactory(), branchCache);

Back to the top