This commit is contained in:
2025-09-24 01:19:10 +07:00
parent 40f3c66694
commit 9bdfb989c1
9 changed files with 202 additions and 419 deletions

View File

@@ -50,7 +50,6 @@ public class AgentGrainTests
var botId = _mockState.Object.State.BotIds.First();
var updateEvent = new AgentSummaryUpdateEvent
{
UserId = 1,
BotId = botId,
EventType = AgentSummaryEventType.PositionOpened,
Timestamp = DateTime.UtcNow
@@ -76,7 +75,6 @@ public class AgentGrainTests
var agentGrain = CreateAgentGrain();
var updateEvent = new AgentSummaryUpdateEvent
{
UserId = 1,
BotId = Guid.NewGuid(), // Different bot ID
EventType = AgentSummaryEventType.PositionOpened,
Timestamp = DateTime.UtcNow