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 165daef commit 4ecebcfCopy full SHA for 4ecebcf
1 file changed
Tests/CorePromise/XCTestManifests.swift
@@ -256,7 +256,10 @@ extension WhenTests {
256
("testDoubleTuple", testDoubleTuple),
257
("testDoubleTupleGuarantees", testDoubleTupleGuarantees),
258
("testEmpty", testEmpty),
259
- ("testGuaranteeWhen", testGuaranteeWhen),
+ ("testGuaranteesWhenArray", testGuaranteesWhenArray),
260
+ ("testGuaranteesWhenVarArgs", testGuaranteesWhenVarArgs),
261
+ ("testGuaranteesWhenVoidArray", testGuaranteesWhenVoidArray),
262
+ ("testGuaranteesWhenVoidVarArgs", testGuaranteesWhenVoidVarArgs),
263
("testInt", testInt),
264
("testProgress", testProgress),
265
("testProgressDoesNotExceed100Percent", testProgressDoesNotExceed100Percent),
0 commit comments