Skip to content

Commit 5dc2a47

Browse files
committed
[TUnit] Initialize Revit on TestSession
1 parent ced6191 commit 5dc2a47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Nice3point.TUnit.Revit/RevitApiTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public abstract class RevitApiTest : RevitApplicationTest
1515
/// This method is executed before the test session begins, ensuring that the
1616
/// necessary prerequisites for the tests interacting with the Revit environment are satisfied.
1717
/// </summary>
18-
[Before(TestDiscovery)]
18+
[Before(TestSession)]
1919
[HookExecutor<RevitThreadExecutor>]
2020
public static void RevitSessionSetup()
2121
{

0 commit comments

Comments
 (0)