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