mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Fix method name (copy/paste fail)
This commit is contained in:
parent
3b1a5a1121
commit
9dc5a999d1
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ module Spectator::Matchers
|
|||
|
||||
private def match_last(actual)
|
||||
list = actual.value.to_a
|
||||
private def match_first(value, actual)
|
||||
first = list.first
|
||||
|
||||
if expected.value === first
|
||||
|
|
Loading…
Reference in a new issue