Skip to content

Commit

Permalink
fixed build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jraczek-acc committed Nov 22, 2024
1 parent 6cb8096 commit e10729a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ocaramba.Tests.NUnitExtentReports/ProjectTestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ public class ProjectTestBase : TestBase
{
private readonly DriverContext driverContext = new DriverContext();

[ThreadStatic]
private ExtentTest testContainer;

[ThreadStatic]
public static ExtentTest test;
/// <summary>
Expand Down

0 comments on commit e10729a

Please sign in to comment.