From 901cd319a2e19274246258eeb8542fa22c0aa20b Mon Sep 17 00:00:00 2001 From: joshvera Date: Thu, 22 Mar 2018 16:39:53 -0400 Subject: [PATCH] fix ruby test --- test/Analysis/Ruby/Spec.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Analysis/Ruby/Spec.hs b/test/Analysis/Ruby/Spec.hs index 52eab9fd2..bf74410a5 100644 --- a/test/Analysis/Ruby/Spec.hs +++ b/test/Analysis/Ruby/Spec.hs @@ -28,7 +28,7 @@ spec = parallel $ do it "subclass" $ do res <- evaluate' "subclass.rb" - fst res `shouldBe` Right (injValue (String "\"\"")) + fst res `shouldBe` Right (Right $ injValue (String "\"\"")) where addr = Address . Precise