mirror of
https://github.com/aptabase/aptabase-swift.git
synced 2026-01-18 22:21:17 +01:00
fix test
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user