Skip to content

Commit f5ce129

Browse files
committed
One more bug fixed
1 parent bf54d4b commit f5ce129

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/models/ExternalLibraryDescriptors.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ fun testNgNewLibraryDescriptor(versionInProject: String?) =
3232
ExternalLibraryDescriptor("org.testng", "testng", "7.6.0", null, versionInProject ?: "7.6.0")
3333

3434
fun testNgOldLibraryDescriptor() =
35-
ExternalLibraryDescriptor("org.testng", "testng", "7.5.0", null, "7.5.0")
35+
ExternalLibraryDescriptor("org.testng", "testng", "7.5.0", "7.5.0", "7.5.0")

0 commit comments

Comments
 (0)