[skip ci] improve prov test instance name

This commit is contained in:
az 2021-12-02 17:28:49 +01:00
parent 1c48d7353b
commit 211f66d1ce

View file

@ -289,7 +289,7 @@ internal class ProvTest {
System.setErr(PrintStream(errContent)) System.setErr(PrintStream(errContent))
// when // when
Prov.newInstance(name = "test instance", progressType = ProgressType.NONE).methodThatProvidesSomeOutput() Prov.newInstance(name = "test instance with no progress info", progressType = ProgressType.NONE).methodThatProvidesSomeOutput()
// then // then
System.setOut(originalOut) System.setOut(originalOut)