fix(test): read back history after SetHistory in steering test for CreatedAt normalization
This commit is contained in:
parent
16749110fa
commit
2546b10171
1 changed files with 2 additions and 0 deletions
|
|
@ -1306,6 +1306,8 @@ func TestAgentLoop_InterruptHard_RestoresSession(t *testing.T) {
|
||||||
}
|
}
|
||||||
defaultAgent.Sessions.SetHistory(sessionKey, originalHistory)
|
defaultAgent.Sessions.SetHistory(sessionKey, originalHistory)
|
||||||
|
|
||||||
|
originalHistory = defaultAgent.Sessions.GetHistory(sessionKey)
|
||||||
|
|
||||||
runtimeCh, closeRuntimeEvents := subscribeRuntimeEventsForTest(
|
runtimeCh, closeRuntimeEvents := subscribeRuntimeEventsForTest(
|
||||||
t,
|
t,
|
||||||
al,
|
al,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue