Update dependency com.aallam.openai:openai-client-bom to v3.8.2 #622
GitHub Actions / JUnit 11 ubuntu-latest
failed
Jan 1, 2025 in 0s
128 tests run, 127 passed, 0 skipped, 1 failed.
Annotations
github-actions / JUnit 11 ubuntu-latest
UT_DuplicateWriteToBeFileTest.shouldPass()
org.opentest4j.AssertionFailedError: Snapshot was set to the same value multiple times.
You can fix this with `.toBeFile(String filename)` and pass a unique filename for each code path.
Raw output
org.opentest4j.AssertionFailedError: Snapshot was set to the same value multiple times.
You can fix this with `.toBeFile(String filename)` and pass a unique filename for each code path.
at app//com.diffplug.selfie.junit5.FSJava.assertFailed(SnapshotSystemJUnit5.kt:58)
at app//com.diffplug.selfie.junit5.FSJava.assertFailed(SnapshotSystemJUnit5.kt:43)
at app//com.diffplug.selfie.guts.WriteTracker.recordInternal(WriteTracker.kt:97)
at app//com.diffplug.selfie.guts.ToBeFileWriteTracker.writeToDisk(WriteTracker.kt:119)
at app//com.diffplug.selfie.junit5.SnapshotSystemJUnit5.writeToBeFile(SnapshotSystemJUnit5.kt:96)
at app//com.diffplug.selfie.BinarySelfie.toBeFileImpl(SelfieImplementations.kt:133)
at app//com.diffplug.selfie.BinarySelfie.toBeFile(SelfieImplementations.kt:122)
at app//undertest.junit5.UT_DuplicateWriteToBeFileTest.shouldPass(UT_DuplicateWriteToBeFileTest.kt:13)
at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1541)
at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1541)
Loading