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

View File

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