Fix typo in test metric ratchet stdout output
This commit is contained in:
parent
74f3e0474b
commit
e6740bb983
1 changed files with 1 additions and 1 deletions
|
|
@ -555,7 +555,7 @@ impl<T: Writer> ConsoleTestState<T> {
|
|||
}
|
||||
}
|
||||
}
|
||||
if_ok!(self.write_plain(format!("result of ratchet: {} matrics added, \
|
||||
if_ok!(self.write_plain(format!("result of ratchet: {} metrics added, \
|
||||
{} removed, {} improved, {} regressed, \
|
||||
{} noise\n",
|
||||
added, removed, improved, regressed,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue