aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-02-08 15:50:01 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-02-08 15:50:01 +0000
commit2627dff8533e78e00c16d8965f991f02b852f62a (patch)
tree5a3533a2c88efc2486a2a6d29d9f3a5b2e48cf33 /test
parent3b941087edf6d2f105df89dfae59548f7defb223 (diff)
downloadverismith-2627dff8533e78e00c16d8965f991f02b852f62a.tar.gz
verismith-2627dff8533e78e00c16d8965f991f02b852f62a.zip
Change test case to use plated instance
Diffstat (limited to 'test')
-rw-r--r--test/Unit.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Unit.hs b/test/Unit.hs
index 67a6908..5c2db55 100644
--- a/test/Unit.hs
+++ b/test/Unit.hs
@@ -17,7 +17,7 @@ unitTests = testGroup
[ testCase "Transformation of AST" $ assertEqual
"Successful transformation"
transformExpectedResult
- (transformOf traverseExpr trans transformTestData)
+ (transform trans transformTestData)
]
transformTestData :: Expr