Skip to content

Commit 0487e88

Browse files
committed
test plugins are initializable
1 parent 6a2eed2 commit 0487e88

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Tests/PluginTestCase.swift

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,12 @@ class PluginTestCase: XCTestCase {
4242
waitForExpectationsWithTimeout(10, handler: nil)
4343
}
4444

45+
func testPluginsAreInitializable() {
46+
let _ = NetworkLoggerPlugin()
47+
#if os(iOS)
48+
let _ = NetworkActivityPlugin()
49+
#endif
50+
51+
}
52+
4553
}

0 commit comments

Comments
 (0)