Skip to content

Commit

Permalink
Update dotnet/test/Microsoft.AutoGen.RuntimeGateway.Grpc.Tests/Messag…
Browse files Browse the repository at this point in the history
…eRegistryTests.cs

Co-authored-by: Copilot <[email protected]>
  • Loading branch information
rysweet and Copilot authored Feb 14, 2025
1 parent dcd922c commit 7c29db6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public async Task Write_and_Remove_Messages_BufferTime_StillInBuffer()
await grain.AddMessageToEventBufferAsync(topic, message);
// wait 1 second
await Task.Delay(1000);
// attemt to remove the topic from the queue
// attempt to remove the topic from the queue
var removedMessages = await grain.RemoveMessagesAsync(topic);
Assert.Single(removedMessages);
}
Expand Down

0 comments on commit 7c29db6

Please sign in to comment.