We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d8f0b commit bea67c8Copy full SHA for bea67c8
spec/TwitchApi/Resources/EventSubApiSpec.php
@@ -87,7 +87,7 @@ function it_should_subscribe_to_channel_update(RequestGenerator $requestGenerato
87
88
function it_should_subscribe_to_channel_follow(RequestGenerator $requestGenerator, Request $request, Response $response)
89
{
90
- $this->createEventSubSubscription('channel.follow', '2', ['broadcaster_user_id' => '12345', 'moderator_user_id' => '543231'], $requestGenerator)->willReturn($request);
+ $this->createEventSubSubscription('channel.follow', '2', ['broadcaster_user_id' => '12345', 'moderator_user_id' => '54321'], $requestGenerator)->willReturn($request);
91
$this->subscribeToChannelFollow($this->bearer, $this->secret, $this->callback, '12345', '54321')->shouldBe($response);
92
}
93
0 commit comments