mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Fix verbage around failure message
This commit is contained in:
parent
6e62ccdfc5
commit
5fd1547ced
2 changed files with 5 additions and 5 deletions
|
@ -31,7 +31,7 @@ module Spectator::Expectations
|
|||
|
||||
# Text that indicates what the outcome was.
|
||||
def actual_message
|
||||
satisfied? ? @match_data.message : @match_data.negated_message
|
||||
@match_data.matched? ? @match_data.message : @match_data.negated_message
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue