mirror of
https://github.com/github/semantic.git
synced 2024-11-29 02:44:36 +03:00
Rename the test.
This commit is contained in:
parent
ecdb6a1d59
commit
68724970d0
@ -9,5 +9,5 @@ import Test.Hspec
|
||||
spec :: Spec
|
||||
spec = do
|
||||
describe "stepAssignment" $ do
|
||||
it "should match a comment" $ do
|
||||
it "matches nodes" $ do
|
||||
stepAssignment comment [Rose (Node Comment "hello") []] `shouldBe` Just ([], wrapU (Comment.Comment "hello") :: Program Syntax ())
|
||||
|
Loading…
Reference in New Issue
Block a user