From 211f66d1ce74b6015a4c76a9248529bc6dcb1019 Mon Sep 17 00:00:00 2001 From: az Date: Thu, 2 Dec 2021 17:28:49 +0100 Subject: [PATCH] [skip ci] improve prov test instance name --- .../kotlin/org/domaindrivenarchitecture/provs/core/ProvTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/kotlin/org/domaindrivenarchitecture/provs/core/ProvTest.kt b/src/test/kotlin/org/domaindrivenarchitecture/provs/core/ProvTest.kt index 3711db9..2fd3548 100644 --- a/src/test/kotlin/org/domaindrivenarchitecture/provs/core/ProvTest.kt +++ b/src/test/kotlin/org/domaindrivenarchitecture/provs/core/ProvTest.kt @@ -289,7 +289,7 @@ internal class ProvTest { System.setErr(PrintStream(errContent)) // when - Prov.newInstance(name = "test instance", progressType = ProgressType.NONE).methodThatProvidesSomeOutput() + Prov.newInstance(name = "test instance with no progress info", progressType = ProgressType.NONE).methodThatProvidesSomeOutput() // then System.setOut(originalOut)