aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/store/src/test/java
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2024-06-27 19:47:46 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2024-06-28 00:22:40 +0200
commit0bd7854ae802ad04c1c9e3da4e87dde542152b46 (patch)
treebf619e7cc716c058f094ce1267059d7c828ada94 /subprojects/store/src/test/java
parentinterpreter: Fix NPE in VQE wipe/dispose -> EVM -> MatchUpdateListener chains (diff)
downloadrefinery-0bd7854ae802ad04c1c9e3da4e87dde542152b46.tar.gz
refinery-0bd7854ae802ad04c1c9e3da4e87dde542152b46.tar.zst
refinery-0bd7854ae802ad04c1c9e3da4e87dde542152b46.zip
refactor(store): NeighborhoodCalculator API
* Use US English spelling consistently * Avoid Eclipse Collections types on API
Diffstat (limited to 'subprojects/store/src/test/java')
-rw-r--r--subprojects/store/src/test/java/tools/refinery/store/statecoding/EquivalenceTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/store/src/test/java/tools/refinery/store/statecoding/EquivalenceTest.java b/subprojects/store/src/test/java/tools/refinery/store/statecoding/EquivalenceTest.java
index f2d2f7b5..31726133 100644
--- a/subprojects/store/src/test/java/tools/refinery/store/statecoding/EquivalenceTest.java
+++ b/subprojects/store/src/test/java/tools/refinery/store/statecoding/EquivalenceTest.java
@@ -10,7 +10,7 @@ import tools.refinery.store.map.Version;
10import tools.refinery.store.model.Model; 10import tools.refinery.store.model.Model;
11import tools.refinery.store.model.ModelStore; 11import tools.refinery.store.model.ModelStore;
12import tools.refinery.store.representation.Symbol; 12import tools.refinery.store.representation.Symbol;
13import tools.refinery.store.statecoding.neighbourhood.ObjectCodeImpl; 13import tools.refinery.store.statecoding.neighborhood.ObjectCodeImpl;
14import tools.refinery.store.tuple.Tuple; 14import tools.refinery.store.tuple.Tuple;
15 15
16import static org.junit.jupiter.api.Assertions.assertEquals; 16import static org.junit.jupiter.api.Assertions.assertEquals;