Skip to content

Commit 7aea587

Browse files
committed
Rename inspection profile
1 parent a5533ed commit 7aea587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/inspection/UnitTestBotInspectionContext.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class UnitTestBotInspectionContext(
3737
*/
3838
override fun getCurrentProfile(): InspectionProfileImpl {
3939
val supplier = InspectionToolsSupplier.Simple(listOf(globalInspectionToolWrapper))
40-
return InspectionProfileImpl("UTBotInspectionToolProfile", supplier, BASE_PROFILE)
40+
return InspectionProfileImpl("UnitTestBotProfile", supplier, BASE_PROFILE)
4141
}
4242

4343
override fun close(noSuspiciousCodeFound: Boolean) {

0 commit comments

Comments
 (0)