mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Fix parameters on LabeledValue
This commit is contained in:
parent
f004912fc1
commit
114a4077f3
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ module Spectator::Matchers
|
||||||
end
|
end
|
||||||
|
|
||||||
private def values(actual) : Array(LabeledValue)
|
private def values(actual) : Array(LabeledValue)
|
||||||
[LabeledValue.new(:actual, actual.value)]
|
[LabeledValue.new(actual.value.to_s, "actual")]
|
||||||
end
|
end
|
||||||
|
|
||||||
private def negated_values(actual) : Array(LabeledValue)
|
private def negated_values(actual) : Array(LabeledValue)
|
||||||
|
|
Loading…
Reference in a new issue