Skip to content

Commit 30613ff

Browse files
Update Tests/TestingTests/Traits/CustomExecutionTraitTests.swift
Co-authored-by: Dennis Weissmann <[email protected]>
1 parent 1a5b0f6 commit 30613ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/TestingTests/Traits/CustomExecutionTraitTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ struct DoSomethingBeforeAndAfterTrait: CustomExecutionTrait, SuiteTrait, TestTra
101101
}
102102

103103
@Suite(.hidden, DoSomethingBeforeAndAfterTrait())
104-
struct TestsWithCustomTrait { // Trait should only excecute once for each test since it is a suite trait, if we want to execute trait logic for each test set isRecursive to true
104+
struct TestsWithCustomTrait { // Trait should only execute once for each test since it is a suite trait, if we want to execute trait logic for each test set isRecursive to true
105105
@Test(.hidden) func f() async {
106106
#expect(DoSomethingBeforeAndAfterTrait.state.increment() == 2)
107107
}

0 commit comments

Comments
 (0)