Skip to content

Commit 8bfe560

Browse files
committed
remove redundant base
1 parent 2c24c66 commit 8bfe560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TUnit.Playwright/ContextTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace TUnit.Playwright;
55

66
public class ContextTest : BrowserTest
77
{
8-
public ContextTest() : base()
8+
public ContextTest()
99
{
1010
}
1111

0 commit comments

Comments
 (0)