Skip to content
This repository was archived by the owner on Apr 27, 2024. It is now read-only.

Commit daa7dfc

Browse files
committed
Fixed return type of unit test.
1 parent bff60ed commit daa7dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/LineBot.Tests/LineBotTests/TheGetEventsMethod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public async Task ShouldHaveDestination()
5454
}
5555

5656
[TestMethod]
57-
public async void ShouldHaveDestinationWhenEventsNull()
57+
public async Task ShouldHaveDestinationWhenEventsNull()
5858
{
5959
var bot = TestConfiguration.CreateBot();
6060
var request = new TestHttpRequest(JsonDocuments.Events.NoEvents);

0 commit comments

Comments
 (0)