Skip to content

Commit

Permalink
fixed GetMeAsync_Invokations_Success
Browse files Browse the repository at this point in the history
  • Loading branch information
granstel committed Jun 9, 2024
1 parent db7d37d commit e0148bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public async Task GetMeAsync_Invokations_Success()
{
await _target.GetMeAsync();

_telegramBotClient.Verify(c => c.GetMeAsync(It.IsAny<CancellationToken>()));
_telegramBotClient.Verify(c => c.MakeRequestAsync(It.IsAny<GetMeRequest>(), It.IsAny<CancellationToken>()));
}

[Test]
Expand Down

0 comments on commit e0148bf

Please sign in to comment.