From 3663660d87a40104b6d31db18ced31346f168f8b Mon Sep 17 00:00:00 2001 From: "Vassiliy.Kudryashov" Date: Fri, 16 Dec 2022 18:26:14 +0300 Subject: [PATCH] Fix typo --- .../src/main/resources/bundles/UtbotBundle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utbot-intellij/src/main/resources/bundles/UtbotBundle.properties b/utbot-intellij/src/main/resources/bundles/UtbotBundle.properties index e1abaede2b..44794f2b55 100644 --- a/utbot-intellij/src/main/resources/bundles/UtbotBundle.properties +++ b/utbot-intellij/src/main/resources/bundles/UtbotBundle.properties @@ -2,7 +2,7 @@ test.report.force.mock.warning=Warning: Some test cases were ignored, because no mocking framework is installed in the project.
\ Better results could be achieved by installing mocking framework. test.report.force.static.mock.warning=Warning: Some test cases were ignored, because mockito-inline is not installed in the project.
\ -etter results could be achieved by configuring mockito-inline. +Better results could be achieved by configuring mockito-inline. test.report.test.framework.warning=Warning: There are several test frameworks in the project.\ To select run configuration, please refer to the documentation depending on the project build system:\ Gradle,\