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:
parent
a2e73afd45
commit
901cd319a2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user