Skip to content

Commit 2aee595

Browse files
committed
Rename to TerminalGuiFluentTesting
1 parent 03d2388 commit 2aee595

13 files changed

+463
-408
lines changed

Terminal.Gui/Terminal.Gui.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<InternalsVisibleTo Include="StressTests" />
8787
<InternalsVisibleTo Include="IntegrationTests" />
8888
<InternalsVisibleTo Include="TerminalGuiDesigner" />
89-
<InternalsVisibleTo Include="TerminalGuiFluentAssertions" />
89+
<InternalsVisibleTo Include="TerminalGuiFluentTesting" />
9090
<InternalsVisibleTo Include="DynamicProxyGenAssembly2" />
9191
</ItemGroup>
9292
<!-- =================================================================== -->

Terminal.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StressTests", "Tests\Stress
6262
EndProject
6363
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests.Parallelizable", "Tests\UnitTestsParallelizable\UnitTests.Parallelizable.csproj", "{DE780834-190A-8277-51FD-750CC666E82D}"
6464
EndProject
65-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TerminalGuiFluentAssertions", "TerminalGuiFluentAssertions\TerminalGuiFluentAssertions.csproj", "{7C610F03-9E38-409F-9B21-A02D5569E16A}"
65+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TerminalGuiFluentTesting", "TerminalGuiFluentAssertions\TerminalGuiFluentTesting.csproj", "{7C610F03-9E38-409F-9B21-A02D5569E16A}"
6666
EndProject
6767
Global
6868
GlobalSection(SolutionConfigurationPlatforms) = preSolution

0 commit comments

Comments
 (0)