Skip to content

Commit 08ca1f4

Browse files
committed
Moved assert tests to UnitTesting namespace
1 parent 40b5cf8 commit 08ca1f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RubberduckTests/RubberduckTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
<Compile Include="StringExtensionsTests.cs" />
182182
<Compile Include="Properties\AssemblyInfo.cs" />
183183
<Compile Include="ConfigurationTests.cs" />
184-
<Compile Include="AssertTests.cs" />
184+
<Compile Include="UnitTesting\AssertTests.cs" />
185185
<Compile Include="CodeInspectionTests.cs" />
186186
<Compile Include="TodoControllerTests.cs" />
187187
<Compile Include="ComponentTypeExtensionTests.cs" />

RubberduckTests/AssertTests.cs renamed to RubberduckTests/UnitTesting/AssertTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using Microsoft.VisualStudio.TestTools.UnitTesting;
22
using Rubberduck.UnitTesting;
33

4-
namespace RubberduckTests
4+
namespace RubberduckTests.UnitTesting
55
{
66
[TestClass]
77
public class AssertTests

0 commit comments

Comments
 (0)