Skip to content

Commit 0a9eae9

Browse files
authored
fix: Template code
1 parent 90f28ac commit 0a9eae9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/bunit.template/template/CounterCSharpTest.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ public class CounterCSharpTest : BunitContext
1818
#elif (testFramework_mstest)
1919
[TestClass]
2020
public class CounterCSharpTest : BunitContext
21-
#elif (testFramework_tunit)
22-
[Test]
23-
public class CounterCSharpTest : BunitContext
2421
#endif
2522
{
2623
#if (testFramework_xunit)
@@ -31,7 +28,10 @@ public class CounterCSharpTest : BunitContext
3128
[Test]
3229
#elif (testFramework_mstest)
3330
[TestMethod]
31+
#elif (testFramework_tunit)
32+
[Test]
3433
#endif
34+
3535
public void CounterStartsAtZero()
3636
{
3737
// Arrange

0 commit comments

Comments
 (0)