This commit is contained in:
@@ -329,4 +329,8 @@ public class TelegramBotClientWrapperTests : UnitTestBase
|
||||
var attributes = returnType.GetCustomAttributes(false);
|
||||
attributes.Should().NotBeNull();
|
||||
}
|
||||
|
||||
// Note: Tests for GetMeAsync removed because GetMe is an extension method
|
||||
// and cannot be mocked with Moq. The wrapper simply delegates to the
|
||||
// TelegramBotClient extension method, which is tested by the Telegram.Bot library itself.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user