We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a125d commit e5a4cfaCopy full SHA for e5a4cfa
1 file changed
src/bunit.core/RazorTesting/FixtureBase.cs
@@ -2,11 +2,9 @@
2
using System.Collections.Generic;
3
using System.Threading.Tasks;
4
5
-using Bunit.RazorTesting;
6
-
7
using Microsoft.AspNetCore.Components;
8
9
-namespace Bunit
+namespace Bunit.RazorTesting
10
{
11
/// <summary>
12
/// Represents a single fixture in a Razor based test. Used to
0 commit comments