We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed4d12 commit 2dfbd80Copy full SHA for 2dfbd80
Tests/LinuxMain.swift
@@ -1,10 +1,10 @@
1
import XCTest
2
3
-import NIOAPNSJWTTests
4
-import NIOAPNSTests
+import APNSwiftJWTTests
+import APNSwiftTests
5
6
var tests = [XCTestCaseEntry]()
7
-tests += NIOAPNSJWTTests.allTests()
8
-tests += NIOAPNSTests.allTests()
+tests += APNSwiftJWTTests.allTests()
+tests += APNSwiftTests.allTests()
9
10
XCTMain(tests)
0 commit comments