Skip to content

Commit bea67c8

Browse files
committed
Fix test for it_should_subscribe_to_channel_follow
1 parent 51d8f0b commit bea67c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/TwitchApi/Resources/EventSubApiSpec.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function it_should_subscribe_to_channel_update(RequestGenerator $requestGenerato
8787

8888
function it_should_subscribe_to_channel_follow(RequestGenerator $requestGenerator, Request $request, Response $response)
8989
{
90-
$this->createEventSubSubscription('channel.follow', '2', ['broadcaster_user_id' => '12345', 'moderator_user_id' => '543231'], $requestGenerator)->willReturn($request);
90+
$this->createEventSubSubscription('channel.follow', '2', ['broadcaster_user_id' => '12345', 'moderator_user_id' => '54321'], $requestGenerator)->willReturn($request);
9191
$this->subscribeToChannelFollow($this->bearer, $this->secret, $this->callback, '12345', '54321')->shouldBe($response);
9292
}
9393

0 commit comments

Comments
 (0)