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:
parent
7084b7f7ed
commit
18caa4b2c8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user