Skip to content

Commit 2a1a704

Browse files
rename test to flow
1 parent d5863f4 commit 2a1a704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/maestro.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@ export default class Maestro {
12101210
}
12111211

12121212
private displayFlowsTableHeader(hasFailures: boolean = false): void {
1213-
let header = ` ${'Duration'.padEnd(10)} ${'Status'.padEnd(8)} Test`;
1213+
let header = ` ${'Duration'.padEnd(10)} ${'Status'.padEnd(8)} Flow`;
12141214
let separator = ` ${'─'.repeat(10)} ${'─'.repeat(8)} ${'─'.repeat(30)}`;
12151215

12161216
if (hasFailures) {

0 commit comments

Comments
 (0)