From 7cdb2625fd12fde4c7afd129a47441249c079085 Mon Sep 17 00:00:00 2001 From: Charlie Somerville Date: Thu, 26 Apr 2018 17:02:42 +1000 Subject: [PATCH] fix tests --- test/Analysis/TypeScript/Spec.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Analysis/TypeScript/Spec.hs b/test/Analysis/TypeScript/Spec.hs index f2d4cee02..b100b583b 100644 --- a/test/Analysis/TypeScript/Spec.hs +++ b/test/Analysis/TypeScript/Spec.hs @@ -30,7 +30,7 @@ spec = parallel $ do it "side effect only imports" $ do env <- environment . snd <$> evaluate "main2.ts" - env `shouldBe` mempty + env `shouldBe` emptyEnv it "fails exporting symbols not defined in the module" $ do v <- fst <$> evaluate "bad-export.ts"