Skip to content

Commit

Permalink
Rename TwitchDownloaderTests -> TwitchDownloaderCore.Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrubN committed Nov 29, 2023
1 parent 109cbae commit a4029a4
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using TwitchDownloaderCore.Extensions;
using TwitchDownloaderCore.Tools;

namespace TwitchDownloaderTests
namespace TwitchDownloaderCore.Tests
{
public class FilenameServiceTests
{
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using TwitchDownloaderCore.Extensions;

namespace TwitchDownloaderTests
namespace TwitchDownloaderCore.Tests
{
// ReSharper disable StringLiteralTypo
public class ReadOnlySpanTryReplaceNonEscapedTests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using TwitchDownloaderCore.Extensions;

namespace TwitchDownloaderTests
namespace TwitchDownloaderCore.Tests
{
// ReSharper disable StringLiteralTypo
public class StringReplaceAnyTests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using TwitchDownloaderCore.Tools;

namespace TwitchDownloaderTests
namespace TwitchDownloaderCore.Tests
{
// Important notes: When a TimeSpan less than 24 hours in length is passed to TimeSpanHFormat.Format, TimeSpan.ToString is used instead.
// ReSharper disable StringLiteralTypo
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using TwitchDownloaderCore.Tools;

namespace TwitchDownloaderTests
namespace TwitchDownloaderCore.Tests
{
public class UrlTimeCodeTests
{
Expand Down
2 changes: 1 addition & 1 deletion TwitchDownloaderWPF.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TwitchDownloaderCore", "Twi
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TwitchDownloaderCLI", "TwitchDownloaderCLI\TwitchDownloaderCLI.csproj", "{F14A9B02-36A4-4FFF-9AD0-7475E2CF2D5C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TwitchDownloaderTests", "TwitchDownloaderTests\TwitchDownloaderTests.csproj", "{FE8F0DC2-6750-4956-9208-9CEE9B524184}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TwitchDownloaderCore.Tests", "TwitchDownloaderCore.Tests\TwitchDownloaderCore.Tests.csproj", "{FE8F0DC2-6750-4956-9208-9CEE9B524184}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit a4029a4

Please sign in to comment.