mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Formatting
This commit is contained in:
parent
8310ea2aa5
commit
5481c3d431
1 changed files with 4 additions and 4 deletions
|
@ -66,10 +66,10 @@ module Spectator::Formatting
|
|||
private def matcher_values(indent, expectation)
|
||||
MatchDataValues.new(expectation.values).each do |pair|
|
||||
colored_pair = if expectation.satisfied?
|
||||
Color.success(pair)
|
||||
else
|
||||
Color.failure(pair)
|
||||
end
|
||||
Color.success(pair)
|
||||
else
|
||||
Color.failure(pair)
|
||||
end
|
||||
indent.line(colored_pair)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue