From 4efeb0097874798f5892befdac9858a95cd666ba Mon Sep 17 00:00:00 2001 From: Daniel Flassak Date: Mon, 3 Feb 2025 15:36:03 +0100 Subject: [PATCH] update link to tests --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 417dc7c..0927e60 100644 --- a/README.md +++ b/README.md @@ -323,7 +323,7 @@ message: INFO "information attached" (regex) #### More Examples -See [ReadableApiTest.java](src/test/java/com/example/app/ReadableApiTest.java) for more usage examples. +[See Tests](src/test/java/com/example/app) for more usage examples. ## Usage outside of JUnit 5 (Cucumber example)