[skip ci] improve prov test instance name
This commit is contained in:
parent
1c48d7353b
commit
211f66d1ce
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue