-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renamed .mocked to .mockedConfiguration
- Loading branch information
1 parent
0b4fe1d
commit a23acd0
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,5 +12,5 @@ import WebPush | |
|
||
extension VAPID.Configuration { | ||
/// A mocked configuration useful when testing with the library, since the mocked manager doesn't make use of it anyways. | ||
public static let mocked = VAPID.Configuration(key: .mockedKey1, contactInformation: .email("[email protected]")) | ||
public static let mockedConfiguration = VAPID.Configuration(key: .mockedKey1, contactInformation: .email("[email protected]")) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters