From 8dc561bf20db8d50385f5b4e02736c846a9496c0 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 8 Feb 2021 16:08:44 +0100 Subject: [PATCH] Update AppendReleaseNotesTest.kt --- .../flank/scripts/ops/ci/releasenotes/AppendReleaseNotesTest.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/flank-scripts/src/test/kotlin/flank/scripts/ops/ci/releasenotes/AppendReleaseNotesTest.kt b/flank-scripts/src/test/kotlin/flank/scripts/ops/ci/releasenotes/AppendReleaseNotesTest.kt index 0cfe36b84f..4d54d466c6 100644 --- a/flank-scripts/src/test/kotlin/flank/scripts/ops/ci/releasenotes/AppendReleaseNotesTest.kt +++ b/flank-scripts/src/test/kotlin/flank/scripts/ops/ci/releasenotes/AppendReleaseNotesTest.kt @@ -1,6 +1,7 @@ package flank.scripts.ops.ci.releasenotes import com.google.common.truth.Truth.assertThat +import flank.scripts.ops.ci.appendReleaseNotes import flank.scripts.utils.markdownH2 import flank.scripts.utils.markdownH3 import org.junit.Test