aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/store-reasoning-scope/src
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/store-reasoning-scope/src')
-rw-r--r--subprojects/store-reasoning-scope/src/test/java/tools/refinery/store/reasoning/scope/MultiObjectTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/subprojects/store-reasoning-scope/src/test/java/tools/refinery/store/reasoning/scope/MultiObjectTest.java b/subprojects/store-reasoning-scope/src/test/java/tools/refinery/store/reasoning/scope/MultiObjectTest.java
index 0132b3f9..97b9fa5e 100644
--- a/subprojects/store-reasoning-scope/src/test/java/tools/refinery/store/reasoning/scope/MultiObjectTest.java
+++ b/subprojects/store-reasoning-scope/src/test/java/tools/refinery/store/reasoning/scope/MultiObjectTest.java
@@ -12,7 +12,7 @@ import tools.refinery.store.dse.propagation.PropagationResult;
12import tools.refinery.store.model.Interpretation; 12import tools.refinery.store.model.Interpretation;
13import tools.refinery.store.model.Model; 13import tools.refinery.store.model.Model;
14import tools.refinery.store.model.ModelStore; 14import tools.refinery.store.model.ModelStore;
15import tools.refinery.store.query.viatra.ViatraModelQueryAdapter; 15import tools.refinery.store.query.interpreter.QueryInterpreterAdapter;
16import tools.refinery.store.reasoning.ReasoningAdapter; 16import tools.refinery.store.reasoning.ReasoningAdapter;
17import tools.refinery.store.reasoning.ReasoningStoreAdapter; 17import tools.refinery.store.reasoning.ReasoningStoreAdapter;
18import tools.refinery.store.reasoning.representation.PartialRelation; 18import tools.refinery.store.reasoning.representation.PartialRelation;
@@ -40,7 +40,7 @@ class MultiObjectTest {
40 @BeforeEach 40 @BeforeEach
41 void beforeEach() { 41 void beforeEach() {
42 store = ModelStore.builder() 42 store = ModelStore.builder()
43 .with(ViatraModelQueryAdapter.builder()) 43 .with(QueryInterpreterAdapter.builder())
44 .with(PropagationAdapter.builder()) 44 .with(PropagationAdapter.builder())
45 .with(ReasoningAdapter.builder()) 45 .with(ReasoningAdapter.builder())
46 .with(new MultiObjectTranslator()) 46 .with(new MultiObjectTranslator())