Skip to content

Commit

Permalink
fix deprecated code (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
zunda-pixel authored Aug 20, 2024
1 parent 98ba2f2 commit d00f13b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Tests/VaporAPNSTests/APNSTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class APNSTests: XCTestCase {
keyIdentifier: "9UC9ZLQ8YW",
teamIdentifier: "ABBM6U9RM5"
),
environment: .sandbox
environment: .development
)

app.apns.containers.use(
Expand Down Expand Up @@ -66,7 +66,7 @@ class APNSTests: XCTestCase {

let apnsConfig = APNSClientConfiguration(
authenticationMethod: authConfig,
environment: .sandbox
environment: .development
)

app.apns.containers.use(
Expand Down Expand Up @@ -129,7 +129,7 @@ class APNSTests: XCTestCase {

let apnsConfig = APNSClientConfiguration(
authenticationMethod: authConfig,
environment: .sandbox
environment: .development
)

app.apns.containers.use(
Expand Down Expand Up @@ -179,7 +179,7 @@ class APNSTests: XCTestCase {

let apnsConfig = APNSClientConfiguration(
authenticationMethod: authConfig,
environment: .sandbox
environment: .development
)

app.apns.containers.use(
Expand Down

0 comments on commit d00f13b

Please sign in to comment.