@@ -491,7 +491,6 @@ final class IssueTests: XCTestCase {
491491 } . run ( configuration: . init( ) )
492492 }
493493
494- @available ( * , deprecated)
495494 func testErrorCheckingWithExpect( ) async throws {
496495 let expectationFailed = expectation ( description: " Expectation failed " )
497496 expectationFailed. isInverted = true
@@ -540,7 +539,6 @@ final class IssueTests: XCTestCase {
540539 await fulfillment ( of: [ expectationFailed] , timeout: 0.0 )
541540 }
542541
543- @available ( * , deprecated)
544542 func testErrorCheckingWithExpect_Mismatching( ) async throws {
545543 let expectationFailed = expectation ( description: " Expectation failed " )
546544 expectationFailed. expectedFulfillmentCount = 13
@@ -665,7 +663,6 @@ final class IssueTests: XCTestCase {
665663 await fulfillment ( of: [ expectationFailed] , timeout: 0.0 )
666664 }
667665
668- @available ( * , deprecated)
669666 func testErrorCheckingWithExpectAsync( ) async throws {
670667 let expectationFailed = expectation ( description: " Expectation failed " )
671668 expectationFailed. isInverted = true
@@ -709,7 +706,6 @@ final class IssueTests: XCTestCase {
709706 await fulfillment ( of: [ expectationFailed] , timeout: 0.0 )
710707 }
711708
712- @available ( * , deprecated)
713709 func testErrorCheckingWithExpectAsync_Mismatching( ) async throws {
714710 let expectationFailed = expectation ( description: " Expectation failed " )
715711 expectationFailed. expectedFulfillmentCount = 13
@@ -826,7 +822,6 @@ final class IssueTests: XCTestCase {
826822 await fulfillment ( of: [ expectationFailed] , timeout: 0.0 )
827823 }
828824
829- @available ( * , deprecated)
830825 func testErrorCheckingWithExpect_ThrowingFromErrorMatcher( ) async throws {
831826 let errorCaught = expectation ( description: " Error matcher's error caught " )
832827 let expectationFailed = expectation ( description: " Expectation failed " )
@@ -854,7 +849,6 @@ final class IssueTests: XCTestCase {
854849 await fulfillment ( of: [ errorCaught, expectationFailed] , timeout: 0.0 )
855850 }
856851
857- @available ( * , deprecated)
858852 func testErrorCheckingWithExpectAsync_ThrowingFromErrorMatcher( ) async throws {
859853 let errorCaught = expectation ( description: " Error matcher's error caught " )
860854 let expectationFailed = expectation ( description: " Expectation failed " )
@@ -882,7 +876,6 @@ final class IssueTests: XCTestCase {
882876 await fulfillment ( of: [ errorCaught, expectationFailed] , timeout: 0.0 )
883877 }
884878
885- @available ( * , deprecated)
886879 func testErrorCheckingWithRequire_ThrowingFromErrorMatcher( ) async throws {
887880 let errorCaught = expectation ( description: " Error matcher's error caught " )
888881 let expectationFailed = expectation ( description: " Expectation failed " )
@@ -911,7 +904,6 @@ final class IssueTests: XCTestCase {
911904 await fulfillment ( of: [ errorCaught, expectationFailed] , timeout: 0.0 )
912905 }
913906
914- @available ( * , deprecated)
915907 func testErrorCheckingWithRequireAsync_ThrowingFromErrorMatcher( ) async throws {
916908 let errorCaught = expectation ( description: " Error matcher's error caught " )
917909 let expectationFailed = expectation ( description: " Expectation failed " )
0 commit comments