Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
goenning committed Nov 3, 2023
1 parent 3f5e683 commit f5f96f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/AptabaseTests/EventDispatcherTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f5f96f8

Please sign in to comment.