diff options
| author | Dante Niewenhuis <d.niewenhuis@hotmail.com> | 2025-07-16 16:56:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-16 16:56:28 +0200 |
| commit | 0c0cf25616771cd40a9e401edcba4a5e5016f76e (patch) | |
| tree | 90fa673939a6c4c53900a6aa6eef073ad2957e34 /opendc-trace/opendc-trace-api/src/test/kotlin/formats/wtf | |
| parent | 089c449762950b4322c04f73ef7fe0e10af615df (diff) | |
Added Workflows (#359)
* Implemented Workflows for OpenDC
Diffstat (limited to 'opendc-trace/opendc-trace-api/src/test/kotlin/formats/wtf')
| -rw-r--r-- | opendc-trace/opendc-trace-api/src/test/kotlin/formats/wtf/TableWriterTestKit.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opendc-trace/opendc-trace-api/src/test/kotlin/formats/wtf/TableWriterTestKit.kt b/opendc-trace/opendc-trace-api/src/test/kotlin/formats/wtf/TableWriterTestKit.kt index 1c819fff..a7d6879c 100644 --- a/opendc-trace/opendc-trace-api/src/test/kotlin/formats/wtf/TableWriterTestKit.kt +++ b/opendc-trace/opendc-trace-api/src/test/kotlin/formats/wtf/TableWriterTestKit.kt @@ -95,7 +95,6 @@ public abstract class TableWriterTestKit { /** * Test that writing columns without a row fails. */ - @Test public fun testWriteWithoutRow() { assertAll( columns.map { column -> |
