From 4278aa46f58b075723773769fb9dcba44b7ecd98 Mon Sep 17 00:00:00 2001 From: Michael Benz Date: Mon, 2 May 2022 10:08:46 +0200 Subject: [PATCH] Junit -> JUnit Just one more change ... verified in Intellij: Junit -> JUnit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04d0c1acd..83bcbae96 100644 --- a/README.md +++ b/README.md @@ -83,10 +83,10 @@ The current recommendation is to use IntelliJ IDEA as the IDE to build and hack #### IntelliJ IDEA We want to get IntelliJ to run tests using classpath similar to Maven Surefire. To do this set: -`Junit -> modify options -> Do not use module-path option` +`JUnit -> modify options -> Do not use module-path option` To set this option as the global default for IntelliJ use: -`Run - Edit Configurations -> Edit configuration templates -> Junit -> modify options - Do not use module-path option` +`Run - Edit Configurations -> Edit configuration templates -> JUnit -> modify options - Do not use module-path option`