Skip to content

Commit e5a4cfa

Browse files
committed
Fixed namespace for base classes
1 parent 16a125d commit e5a4cfa

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/bunit.core/RazorTesting/FixtureBase.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
using System.Collections.Generic;
33
using System.Threading.Tasks;
44

5-
using Bunit.RazorTesting;
6-
75
using Microsoft.AspNetCore.Components;
86

9-
namespace Bunit
7+
namespace Bunit.RazorTesting
108
{
119
/// <summary>
1210
/// Represents a single fixture in a Razor based test. Used to

0 commit comments

Comments
 (0)