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 40b5cf8 commit 08ca1f4Copy full SHA for 08ca1f4
RubberduckTests/RubberduckTests.csproj
@@ -181,7 +181,7 @@
181
<Compile Include="StringExtensionsTests.cs" />
182
<Compile Include="Properties\AssemblyInfo.cs" />
183
<Compile Include="ConfigurationTests.cs" />
184
- <Compile Include="AssertTests.cs" />
+ <Compile Include="UnitTesting\AssertTests.cs" />
185
<Compile Include="CodeInspectionTests.cs" />
186
<Compile Include="TodoControllerTests.cs" />
187
<Compile Include="ComponentTypeExtensionTests.cs" />
RubberduckTests/AssertTests.cs renamed to RubberduckTests/UnitTesting/AssertTests.cs
@@ -1,7 +1,7 @@
1
using Microsoft.VisualStudio.TestTools.UnitTesting;
2
using Rubberduck.UnitTesting;
3
4
-namespace RubberduckTests
+namespace RubberduckTests.UnitTesting
5
{
6
[TestClass]
7
public class AssertTests
0 commit comments