This commit is contained in:
goenning
2023-11-03 21:03:31 +00:00
parent b00940f4fb
commit 3f5e683ac0

View File

@@ -82,7 +82,7 @@ final class EventDispatcherTests: XCTestCase {
private func newEvent(_ eventName: String) -> Event {
return Event(timestamp: Date(),
sessionId: UUID(),
sessionId: String(UUID()),
eventName: eventName,
systemProps: Event.SystemProps(isDebug: env.isDebug,
locale: env.locale,