You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openlayer-java-core/src/test/kotlin/com/openlayer/api/services/async/commits/TestResultServiceAsyncTest.kt
+3-3
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ internal class TestResultServiceAsyncTest {
20
20
.build()
21
21
val testResultServiceAsync = client.commits().testResults()
Copy file name to clipboardExpand all lines: openlayer-java-core/src/test/kotlin/com/openlayer/api/services/async/inferencepipelines/TestResultServiceAsyncTest.kt
+3-3
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ internal class TestResultServiceAsyncTest {
20
20
.build()
21
21
val testResultServiceAsync = client.inferencePipelines().testResults()
Copy file name to clipboardExpand all lines: openlayer-java-core/src/test/kotlin/com/openlayer/api/services/async/projects/InferencePipelineServiceAsyncTest.kt
+3-3
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ internal class InferencePipelineServiceAsyncTest {
131
131
.build()
132
132
val inferencePipelineServiceAsync = client.projects().inferencePipelines()
Copy file name to clipboardExpand all lines: openlayer-java-core/src/test/kotlin/com/openlayer/api/services/blocking/inferencepipelines/TestResultServiceTest.kt
+2-2
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ internal class TestResultServiceTest {
20
20
.build()
21
21
val testResultService = client.inferencePipelines().testResults()
Copy file name to clipboardExpand all lines: openlayer-java-core/src/test/kotlin/com/openlayer/api/services/blocking/projects/InferencePipelineServiceTest.kt
+2-2
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ internal class InferencePipelineServiceTest {
130
130
.build()
131
131
val inferencePipelineService = client.projects().inferencePipelines()
0 commit comments