Skip to content

Commit f4bda36

Browse files
begonaguerecaArin Ghazarian
andauthored
Update src/OctoshiftCLI.Tests/gei/Commands/MigrateRepo/MigrateRepoCommandHandlerTests.cs
Co-authored-by: Arin Ghazarian <[email protected]>
1 parent 5683e20 commit f4bda36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/OctoshiftCLI.Tests/gei/Commands/MigrateRepo/MigrateRepoCommandHandlerTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1712,7 +1712,6 @@ public async Task GenerateAndUploadArchive_UsesGithubStorage_When_UseGithubStora
17121712
.Setup(x => x.UploadArchiveToGithubStorage(githubOrgDatabaseId, It.Is<string>(a => a.EndsWith("metadata_archive.tar.gz")), metaContentStream).Result)
17131713
.Returns(uploadedMetadataArchiveUrl);
17141714

1715-
Console.WriteLine($"MigrationSourceId: {migrationSourceId}, MigrationId: {migrationId}");
17161715

17171716
var args = new MigrateRepoCommandArgs
17181717
{

0 commit comments

Comments
 (0)