Skip to content

Commit

Permalink
remove unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RohrerF committed Jan 3, 2024
1 parent b3ce9b7 commit 342d6d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Snapshooter.NUnit/NUnitAssert.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Diagnostics;
using System.Diagnostics;
using NUnit.Framework;
using Snapshooter.Core;
using NAssert = NUnit.Framework.Assert;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="$(CCTestProjectProps)" Condition="Exists('$(CCTestProjectProps)')" />

<PropertyGroup>
<AssemblyName>Snapshooter.Environment.Tests</AssemblyName>
<RootNamespace>Snapshooter.Environment.Tests</RootNamespace>
<IsTestProject>true</IsTestProject>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Snapshooter.Xunit\Snapshooter.Xunit.csproj" />
<ProjectReference Include="..\Snapshooter.Tests.Data\Snapshooter.Tests.Data.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ProjectReference Include="..\Snapshooter.Tests.Data\Snapshooter.Tests.Data.csproj" />
<ProjectReference Include="..\..\src\Snapshooter.Xunit\Snapshooter.Xunit.csproj" />
</ItemGroup>

<ItemGroup>
<Compile Remove="AcceptMatchOption\__snapshots__\**" />
<Compile Remove="SubfolderTests\__snapshots__\__mismatch__\**" />
Expand Down

0 comments on commit 342d6d9

Please sign in to comment.