Skip to content

Commit

Permalink
Modify test.
Browse files Browse the repository at this point in the history
  • Loading branch information
shigenobu committed Apr 15, 2024
1 parent bc4ebd9 commit 9170481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OrangeCabinet.Tests/TestSimpleAsync.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public async Task Test()

// ...
Thread.Sleep(1000);
server.SendTo("hello from server", new IPEndPoint(IPAddress.Parse("127.0.0.1"), 8710));
await server.SendToAsync("hello from server", new IPEndPoint(IPAddress.Parse("127.0.0.1"), 8710));
server.Shutdown();

OcLogger.Close();
Expand Down

0 comments on commit 9170481

Please sign in to comment.