1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

fix ruby test

This commit is contained in:
joshvera 2018-03-22 16:39:53 -04:00
parent a2e73afd45
commit 901cd319a2

View File

@ -28,7 +28,7 @@ spec = parallel $ do
it "subclass" $ do
res <- evaluate' "subclass.rb"
fst res `shouldBe` Right (injValue (String "\"<bar>\""))
fst res `shouldBe` Right (Right $ injValue (String "\"<bar>\""))
where
addr = Address . Precise