Skip to content

Commit 9754230

Browse files
committed
Fix a typo in a test
1 parent 731f4fa commit 9754230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/TestingTests/ConfirmationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ struct ConfirmationTests {
2929

3030
@Test("Unsuccessful confirmations")
3131
func unsuccessfulConfirmations() async {
32-
await confirmation("Miscount recorded", expectedCount: 9) { miscountRecorded in
32+
await confirmation("Miscount recorded", expectedCount: 7) { miscountRecorded in
3333
var configuration = Configuration()
3434
configuration.eventHandler = { event, _ in
3535
if case let .issueRecorded(issue) = event.kind {

0 commit comments

Comments
 (0)