Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.

Commit b1fef56

Browse files
Nick Waywoodairvin
authored andcommitted
It will compile now...
Signed-off-by: Nick Waywood <n.waywood@gmail.com>
1 parent c870ca5 commit b1fef56

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Spec.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ tests = testGroup "Tests" [stubUnitTests]
1212
stubUnitTests :: TestTree
1313
stubUnitTests = testGroup "Stub Unit Tests" [getState]
1414

15-
getTxId :: TestTree
15+
getState :: TestTree
1616
getState = testCase "getState" $ [1, 2, 3] `compare` [1, 2] @?= GT
17-
-- where stub =

0 commit comments

Comments
 (0)