Skip to content

Commit 30c6609

Browse files
committed
Fix sort order
1 parent 29819f5 commit 30c6609

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/mutant/reporter/cli/printer/env_progress.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ class Printer
77
# Env progress printer
88
class EnvProgress < self
99
delegate(
10-
:coverage,
11-
:amount_subjects,
10+
:amount_mutation_results,
1211
:amount_mutations,
1312
:amount_mutations_alive,
1413
:amount_mutations_killed,
15-
:amount_mutation_results,
16-
:runtime,
14+
:amount_subjects,
15+
:coverage,
16+
:env,
1717
:killtime,
1818
:overhead,
19-
:env
19+
:runtime
2020
)
2121

2222
FORMATS = IceNine.deep_freeze([

0 commit comments

Comments
 (0)