Skip to content

Commit 61ada05

Browse files
committed
chore(internal): fix tests
1 parent 0b4e59a commit 61ada05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openai-java-core/src/test/kotlin/com/openai/core/http/ClientOptionsTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ internal class ClientOptionsTest {
5858
// Assert
5959
assertThatThrownBy { clientOptionsBuilder.build() }
6060
.isInstanceOf(IllegalStateException::class.java)
61-
.hasMessage("`credential` is required but was not set")
61+
.hasMessage("`credential` is required, but was not set")
6262
}
6363

6464
@Test

0 commit comments

Comments
 (0)