mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Match tense of failure block component
This commit is contained in:
parent
0505f210f9
commit
7549351cce
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ module Spectator::Formatting::Components
|
||||||
# Prefix for the second line of the block.
|
# Prefix for the second line of the block.
|
||||||
private def subtitle_label
|
private def subtitle_label
|
||||||
case @error
|
case @error
|
||||||
when ExampleFailed then "Failed: "
|
when ExampleFailed then "Failure: "
|
||||||
else "Error: "
|
else "Error: "
|
||||||
end.colorize(:red)
|
end.colorize(:red)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue