1
1
mirror of https://github.com/github/semantic.git synced 2025-01-02 04:10:29 +03:00

Constrain roundtrip test to Literal.Null and Statements

This commit is contained in:
joshvera 2018-06-20 13:42:23 -04:00
parent 7084b7f7ed
commit 18caa4b2c8

View File

@ -61,7 +61,7 @@ spec = parallel $ do
describe "statements" $
prop "roundtrips" $
\sp -> shouldRoundtrip' @Statement.Statements @(Term (Sum Syntax) ()) (unListableF sp)
\sp -> shouldRoundtrip @(Term (Sum '[Statement.Statements, Literal.Null]) ()) (unListableF sp)
describe "blobs" $ do
it "should roundtrip given a Message instance" $ do