mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 19:01:47 +03:00
refactor(macos): drop duplicate AnyCodable
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import Foundation
|
||||
import Testing
|
||||
import ClawdbotProtocol
|
||||
@testable import Clawdbot
|
||||
|
||||
@Suite
|
||||
@@ -15,7 +16,7 @@ struct AgentEventStoreTests {
|
||||
seq: 1,
|
||||
stream: "test",
|
||||
ts: 0,
|
||||
data: [:] as [String: AnyCodable],
|
||||
data: [:] as [String: ClawdbotProtocol.AnyCodable],
|
||||
summary: nil))
|
||||
#expect(store.events.count == 1)
|
||||
|
||||
@@ -32,7 +33,7 @@ struct AgentEventStoreTests {
|
||||
seq: i,
|
||||
stream: "test",
|
||||
ts: Double(i),
|
||||
data: [:] as [String: AnyCodable],
|
||||
data: [:] as [String: ClawdbotProtocol.AnyCodable],
|
||||
summary: nil))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user