summaryrefslogtreecommitdiff
path: root/test/LatticeTest.hs
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2023-12-04 20:10:18 -0600
committersanine <sanine.not@pm.me>2023-12-04 20:10:18 -0600
commit899ad0ed13d3e347e2818294f7ed9d8d4d468e94 (patch)
treeaa38d3b8c6980ca9e87f28be550573a3ba15b35e /test/LatticeTest.hs
parent749df3069669787d2c0a57fb9b9ad66a3605da19 (diff)
refactor: Lattice -> World.Lattice
Diffstat (limited to 'test/LatticeTest.hs')
-rw-r--r--test/LatticeTest.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LatticeTest.hs b/test/LatticeTest.hs
index a7d67d8..403c650 100644
--- a/test/LatticeTest.hs
+++ b/test/LatticeTest.hs
@@ -2,7 +2,7 @@ module LatticeTest (suite) where
import Test.Tasty
import Test.Tasty.HUnit
-import Lattice
+import World.Lattice
suite :: TestTree
suite = testGroup "lattice tests" $