Skip to content

Commit 771f0a6

Browse files
committed
move stream tests into integration
1 parent 61a0bf6 commit 771f0a6

5 files changed

Lines changed: 2 additions & 3 deletions

File tree

File renamed without changes.
File renamed without changes.

src/Verify.Integration.Tests/Verify.Integration.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<ProjectReference Include="..\Verify.ClipboardAccept\Verify.ClipboardAccept.csproj" />
1313
<ProjectReference Include="..\Verify.Xunit\Verify.Xunit.csproj" />
1414
<ProjectReference Include="..\Verify\Verify.csproj" />
15+
<ProjectReference Include="..\NullComparer\NullComparer.csproj" />
1516
</ItemGroup>
1617
<Import Project="$(ProjectDir)..\Verify\buildTransitive\Verify.props" />
1718
<Import Project="$(ProjectDir)..\Verify\buildTransitive\Verify.targets" />

src/Verify.Tests/Verify.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
<PackageReference Include="Xunit" Version="2.4.1" />
2222
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" PrivateAssets="all" />
2323
<PackageReference Include="ProjectDefaults" Version="1.0.78" PrivateAssets="all" />
24-
<ProjectReference Include="..\NullComparer\NullComparer.csproj" />
2524
<ProjectReference Include="..\TargetLibrary\TargetLibrary.csproj" />
2625
<ProjectReference Include="..\Verify.Xunit\Verify.Xunit.csproj" />
2726
<ProjectReference Include="..\Verify\Verify.csproj" />

src/VerifyCore.slnf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"Verify.Tests\\Verify.Tests.csproj",
77
"Verify.Xunit.Tests\\Verify.Xunit.Tests.csproj",
88
"Verify.Xunit\\Verify.Xunit.csproj",
9-
"Verify\\Verify.csproj",
10-
"NullComparer\\NullComparer.csproj"
9+
"Verify\\Verify.csproj"
1110
]
1211
}
1312
}

0 commit comments

Comments
 (0)