test: fix test module folder

This commit is contained in:
Walker 2022-10-31 18:54:07 -03:00
parent 2d33830fa3
commit 1a87ff1b1a
3 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
module Test.Main (main) where
module Test (main) where
import Prelude (Unit)
import Effect (Effect)