From 0c0cf25616771cd40a9e401edcba4a5e5016f76e Mon Sep 17 00:00:00 2001 From: Dante Niewenhuis Date: Wed, 16 Jul 2025 16:56:28 +0200 Subject: Added Workflows (#359) * Implemented Workflows for OpenDC --- .../opendc-trace-api/src/test/kotlin/formats/wtf/TableWriterTestKit.kt | 1 - 1 file changed, 1 deletion(-) (limited to 'opendc-trace/opendc-trace-api/src/test/kotlin/formats/wtf/TableWriterTestKit.kt') 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 -> -- cgit v1.2.3