Skip to content

Commit

Permalink
renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
granstel committed Jun 9, 2024
1 parent e0148bf commit 8f65c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dodo1000Bot.Messengers.Telegram.Tests/TelegramServiceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ public void InitTest()
}

[Test]
public async Task GetMeAsync_Invokations_Success()
public async Task GetMeAsync_Invocations_Success()
{
await _target.GetMeAsync();

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

[Test]
public async Task TestApiAsync_Invokations_Success()
public async Task TestApiAsync_Invocations_Success()
{
await _target.TestApiAsync();

Expand Down

0 comments on commit 8f65c2a

Please sign in to comment.