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 731f4fa commit 9754230Copy full SHA for 9754230
Tests/TestingTests/ConfirmationTests.swift
@@ -29,7 +29,7 @@ struct ConfirmationTests {
29
30
@Test("Unsuccessful confirmations")
31
func unsuccessfulConfirmations() async {
32
- await confirmation("Miscount recorded", expectedCount: 9) { miscountRecorded in
+ await confirmation("Miscount recorded", expectedCount: 7) { miscountRecorded in
33
var configuration = Configuration()
34
configuration.eventHandler = { event, _ in
35
if case let .issueRecorded(issue) = event.kind {
0 commit comments