Skip to content

Commit 635edb5

Browse files
Vassiliy-Kudryashovdenis-fokin
authored andcommitted
Fix typo (#1548)
(cherry picked from commit ea5a58a)
1 parent 8c832dd commit 635edb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utbot-intellij/src/main/resources/bundles/UtbotBundle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
test.report.force.mock.warning=<b>Warning</b>: Some test cases were ignored, because no mocking framework is installed in the project.<br>\
33
Better results could be achieved by <a href="{0}{1}">installing mocking framework</a>.
44
test.report.force.static.mock.warning=<b>Warning</b>: Some test cases were ignored, because mockito-inline is not installed in the project.<br>\
5-
etter results could be achieved by <a href="{0}{1}">configuring mockito-inline</a>.
5+
Better results could be achieved by <a href="{0}{1}">configuring mockito-inline</a>.
66
test.report.test.framework.warning=<b>Warning</b>: There are several test frameworks in the project.\
77
To select run configuration, please refer to the documentation depending on the project build system:\
88
<a href="https://docs.gradle.org/current/userguide/java_testing.html#sec:configuring_java_integration_tests">Gradle</a>,\

0 commit comments

Comments
 (0)