diff --git a/test/Test/HTTPure/UtilsSpec.purs b/test/Test/HTTPure/UtilsSpec.purs index a26eaac..93b3f12 100644 --- a/test/Test/HTTPure/UtilsSpec.purs +++ b/test/Test/HTTPure/UtilsSpec.purs @@ -1,10 +1,6 @@ module Test.HTTPure.UtilsSpec where -import Prelude -import Data.Tuple as Tuple -import Foreign.Object as Object import Test.Spec as Spec -import HTTPure.Query as Query import HTTPure.Utils as Utils import Test.HTTPure.TestHelpers as TestHelpers import Test.HTTPure.TestHelpers ((?=))