Skip to content

Commit b054d56

Browse files
Copilotdylan-smith
andcommitted
Consolidate duplicated AWS and Azure API factory tests to shared Octoshift project
Co-authored-by: dylan-smith <[email protected]>
1 parent dbcd20a commit b054d56

File tree

3 files changed

+2
-39
lines changed

3 files changed

+2
-39
lines changed

src/OctoshiftCLI.Tests/bbs2gh/Factories/AwsApiFactoryTests.cs renamed to src/OctoshiftCLI.Tests/Octoshift/Factories/AwsApiFactoryTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using OctoshiftCLI.Services;
55
using Xunit;
66

7-
namespace OctoshiftCLI.Tests.bbs2gh.Factories;
7+
namespace OctoshiftCLI.Tests.Octoshift.Factories;
88

99
public class AwsApiFactoryTests
1010
{

src/OctoshiftCLI.Tests/gei/Factories/AzureApiFactoryTests.cs renamed to src/OctoshiftCLI.Tests/Octoshift/Factories/AzureApiFactoryTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using OctoshiftCLI.Services;
77
using Xunit;
88

9-
namespace OctoshiftCLI.Tests.GithubEnterpriseImporter.Factories;
9+
namespace OctoshiftCLI.Tests.Octoshift.Factories;
1010

1111
public class AzureApiFactoryTests
1212
{

src/OctoshiftCLI.Tests/gei/Factories/AwsApiFactoryTests.cs

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)