Skip to content

Commit

Permalink
Consistent formatting of periods
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC authored and Bodigrim committed Sep 26, 2024
1 parent 340185e commit 39b563a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ The following providers exist:
* [tasty-program](https://hackage.haskell.org/package/tasty-program) — run
external program and test whether it terminates successfully
* [tasty-wai](https://hackage.haskell.org/package/tasty-wai)
for testing [wai](https://hackage.haskell.org/package/wai) endpoints.
for testing [wai](https://hackage.haskell.org/package/wai) endpoints
* [tasty-inspection-testing](https://hackage.haskell.org/package/tasty-inspection-testing)
for compile-time testing of code properties
(based on [inspection-testing](http://hackage.haskell.org/package/inspection-testing))
* [tasty-flaky](https://hackage.haskell.org/package/tasty-flaky) — add delay and
retry logic to any test that is known to fail intermittently.
retry logic to any test that is known to fail intermittently

[tasty-golden]: https://hackage.haskell.org/package/tasty-golden

Expand Down

0 comments on commit 39b563a

Please sign in to comment.