Skip to content

Commit

Permalink
chore: explicit imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Unisay committed May 8, 2024
1 parent e56e3ad commit 12c36e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plutus-core/plutus-core/test/Names/Spec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,10 @@ test_rebindCapturedVariable = testCase "rebindCapturedVariable" do

[typeL1, typeL2] @?= [typeR1, typeR2]

prop_printing_parsing_roundtrip :: TestTree
prop_printing_parsing_roundtrip = testCase "Print-parse roundtrip" do
tripping

test_names :: TestTree
test_names =
testGroup
Expand All @@ -191,4 +195,5 @@ test_names =
, test_alphaEquality
, test_rebindShadowedVariable
, test_rebindCapturedVariable
, prop_printing_parsing_roundtrip
]

0 comments on commit 12c36e0

Please sign in to comment.