Skip to content

Commit

Permalink
Fixed compile time error in test
Browse files Browse the repository at this point in the history
  • Loading branch information
hburn7 committed Jan 29, 2023
1 parent fd26746 commit 3984821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BanchoSharpTests/MultiplayerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ public void TestMpSet(string message, int id, string artist, string title, strin
{
var irc = new PrivateIrcMessage(message);

_client.SimulateMessageReceivedAsync(irc);
_client.SimulateMessageReceived(irc);

Assert.Multiple(() =>
{
Expand Down

0 comments on commit 3984821

Please sign in to comment.