Skip to content

Commit

Permalink
feat(Test): remove some test functions
Browse files Browse the repository at this point in the history
  • Loading branch information
EMQ-YangM authored and sdzx-1 committed Aug 6, 2020
1 parent dcaecec commit 2d67b04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Test.hm
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import Test.Data.Bool as TB

main :: IO ()
main = runTest ( TxG "Data" [
TxG "Binary" [B.test]
, TxG "Map" [M.test]
-- TxG "Binary" [B.test]
TxG "Map" [M.test]
, TxG "String" [S.test]
, TxG "Atom" [A.test]
, TxG "Array" [A1.test]
Expand Down

0 comments on commit 2d67b04

Please sign in to comment.