Skip to content

Commit 5760d37

Browse files
Mark Pospeselmpospese
Mark Pospesel
authored andcommitted
[Issue-5] Add public init method
1 parent e6c2fca commit 5760d37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/YAnalytics/Implementations/MockAnalyticsEngine.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ final public class MockAnalyticsEngine {
2222
public private(set) var userProperties: [String: String] = [:]
2323
/// Dictionary of event metadata tracked in `.event` events
2424
public private(set) var events: [String: Metadata?] = [:]
25+
26+
/// Initialize mock analytics engine
27+
public init() { }
2528
}
2629

2730
// MARK: - AnalyticsEngine

0 commit comments

Comments
 (0)