From ca935c3d7a08ab16d71d2ed29f17d61a06b7df35 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Wed, 25 Dec 2019 10:12:39 +0100 Subject: [PATCH] Remove trailing slash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a8976d..4086a4b 100644 --- a/README.md +++ b/README.md @@ -975,7 +975,7 @@ _Provide environments to run tests for a specific use case._ _Libraries that provide custom matchers._ - [AssertJ](https://joel-costigliola.github.io/assertj) - Fluent assertions that improve readability. -- [Hamcrest](http://hamcrest.org/JavaHamcrest/) - Matchers that can be combined to create flexible expressions of intent. +- [Hamcrest](http://hamcrest.org/JavaHamcrest) - Matchers that can be combined to create flexible expressions of intent. - [JSONAssert](http://jsonassert.skyscreamer.org) - Simplifies testing JSON strings. - [Truth](https://truth.dev) - Google's fluent assertion and proposition framework. - [XMLUnit](https://github.com/xmlunit/xmlunit) - Simplifies testing for XML output.