Skip to content

Commit

Permalink
Fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
chkr1011 committed Nov 12, 2022
1 parent 4eb6e77 commit e4b07f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/MQTTnet.Tests/Internal/MqttPacketBus_Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public async Task Fill_From_Different_Task()
}

[TestMethod]
[ExpectedException(typeof(OperationCanceledException))]
[ExpectedException(typeof(TaskCanceledException))]
public async Task Wait_With_Empty_Bus()
{
var bus = new MqttPacketBus();
Expand Down

0 comments on commit e4b07f2

Please sign in to comment.