Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

Commit

Permalink
Failing test for incorporating description hash
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Feldman committed Jul 14, 2017
1 parent 5bfcedd commit 6e8aecb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/SeedTests.elm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fixedSeed =

expectedNum : Int
expectedNum =
1083264770
-2287493601


{-| Most of the tests will use this, but we won't run it directly.
Expand Down Expand Up @@ -69,4 +69,9 @@ tests =
Expect.pass
]
]
, describe "Fuzz tests with different outer describe texts get different seeds"
[ fuzz int "It receives the expected number" <|
\num ->
Expect.equal num -3255451976
]
]

0 comments on commit 6e8aecb

Please sign in to comment.