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 72bcf5d commit e68f15eCopy full SHA for e68f15e
1 file changed
Tests/CorePromise/XCTestManifests.swift
@@ -254,6 +254,7 @@ extension WhenTests {
254
static let __allTests__WhenTests = [
255
("testAllSealedRejectedFirstOneRejects", testAllSealedRejectedFirstOneRejects),
256
("testDoubleTuple", testDoubleTuple),
257
+ ("testDoubleTupleGuarantees", testDoubleTupleGuarantees),
258
("testEmpty", testEmpty),
259
("testGuaranteeWhen", testGuaranteeWhen),
260
("testInt", testInt),
@@ -266,7 +267,6 @@ extension WhenTests {
266
267
("testUnhandledErrorHandlerDoesNotFire", testUnhandledErrorHandlerDoesNotFire),
268
("testUnhandledErrorHandlerDoesNotFireForStragglers", testUnhandledErrorHandlerDoesNotFireForStragglers),
269
("testVoid", testVoid),
- ("testDoubleTupleGuarantees", testDoubleTupleGuarantees),
270
]
271
}
272
0 commit comments