Skip to content

Commit df68fac

Browse files
committed
fix: Renamed test wrongly
1 parent d6cb456 commit df68fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bunit.tests/BunitContextBunit.cs renamed to tests/bunit.tests/BunitContextTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace Bunit;
55

6-
public partial class BunitContextBunit : BunitContext
6+
public class BunitContextTest : BunitContext
77
{
88
[Fact(DisplayName = "DisposeComponents disposes rendered components in parent to child order")]
99
public void Test101()

0 commit comments

Comments
 (0)