diff options
author | sanine <sanine.not@pm.me> | 2023-12-04 20:10:18 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2023-12-04 20:10:18 -0600 |
commit | 899ad0ed13d3e347e2818294f7ed9d8d4d468e94 (patch) | |
tree | aa38d3b8c6980ca9e87f28be550573a3ba15b35e /test | |
parent | 749df3069669787d2c0a57fb9b9ad66a3605da19 (diff) |
refactor: Lattice -> World.Lattice
Diffstat (limited to 'test')
-rw-r--r-- | test/LatticeTest.hs | 2 |
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" $ |