From d00f13b01fe917ca1e2345500d8a76fd26d50aca Mon Sep 17 00:00:00 2001 From: zunda <47569369+zunda-pixel@users.noreply.github.com> Date: Tue, 20 Aug 2024 20:32:40 +0900 Subject: [PATCH] fix deprecated code (#59) --- Tests/VaporAPNSTests/APNSTests.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Tests/VaporAPNSTests/APNSTests.swift b/Tests/VaporAPNSTests/APNSTests.swift index 8f215e4..d03fb78 100644 --- a/Tests/VaporAPNSTests/APNSTests.swift +++ b/Tests/VaporAPNSTests/APNSTests.swift @@ -22,7 +22,7 @@ class APNSTests: XCTestCase { keyIdentifier: "9UC9ZLQ8YW", teamIdentifier: "ABBM6U9RM5" ), - environment: .sandbox + environment: .development ) app.apns.containers.use( @@ -66,7 +66,7 @@ class APNSTests: XCTestCase { let apnsConfig = APNSClientConfiguration( authenticationMethod: authConfig, - environment: .sandbox + environment: .development ) app.apns.containers.use( @@ -129,7 +129,7 @@ class APNSTests: XCTestCase { let apnsConfig = APNSClientConfiguration( authenticationMethod: authConfig, - environment: .sandbox + environment: .development ) app.apns.containers.use( @@ -179,7 +179,7 @@ class APNSTests: XCTestCase { let apnsConfig = APNSClientConfiguration( authenticationMethod: authConfig, - environment: .sandbox + environment: .development ) app.apns.containers.use(