From 7da2def4783e4c73f7ed9bc3b4a2f120fd2f2e27 Mon Sep 17 00:00:00 2001 From: Kusal Kithul-Godage Date: Fri, 18 Aug 2023 21:49:24 +1000 Subject: [PATCH] WW-5334 Fix Junit module README --- plugins/junit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/junit/README.md b/plugins/junit/README.md index d0d0e5464..e3c40d248 100644 --- a/plugins/junit/README.md +++ b/plugins/junit/README.md @@ -1,4 +1,4 @@ -# Struts 2 JFreeChart plugin +# Struts 2 JUnit plugin The JUnit Plugin supports testing actions within a Struts invocation, meaning that a full request is simulated, and the output of the action can be tested. You will find more details in [documentation](https://struts.apache.org/plugins/junit/).