From 6ccfec65ec8c6101eb77aa2c97041322bdd7ebce Mon Sep 17 00:00:00 2001 From: DNKpp Date: Mon, 17 Jun 2024 22:17:30 +0200 Subject: [PATCH] fix: make codacy happy #2 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index cf030fef9..c29674ad2 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,6 @@ myMock(); Expectations can contain several requirements, e.g. ``times`` which indicates, how often an Expectation must be met. For more examples, have a look into the documentation or directly into the ``examples`` directory. - ### Special Acknowledgement This framework is highly inspired by the well known [trompeloeil](https://github.com/rollbear/trompeloeil), which I have used myself for several years now.