Skip to content

Commit 4829b9c

Browse files
committed
fix typo tests
1 parent cae6b2e commit 4829b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/UnitTests.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ tests = testGroup "unit" [
818818
, testCase "Small rational" smallRationalDecoding
819819
, testCase "Big scientific exponent" bigScientificExponent
820820
, testCase "Big integer decoding" bigIntegerDecoding
821-
, testCase "Big natural decading" bigNaturalDecoding
821+
, testCase "Big natural decoding" bigNaturalDecoding
822822
, testCase "Big integer key decoding" bigIntegerKeyDecoding
823823
, testGroup "QQ.Simple"
824824
[ testCase "example" $

0 commit comments

Comments
 (0)