Skip to content

Commit

Permalink
try and fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brianaj committed Jan 29, 2024
1 parent ee49ff9 commit a5a98a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public void Should_Have_Options()
TestHelpers.VerifyCommandOption(_command.Options, "ado-pat", false);
TestHelpers.VerifyCommandOption(_command.Options, "github-pat", false);
TestHelpers.VerifyCommandOption(_command.Options, "verbose", false);
TestHelpers.VerifyCommandOption(command.Options, "target-api-url", false);

Check failure on line 51 in src/OctoshiftCLI.Tests/ado2gh/Commands/MigrateRepo/MigrateRepoCommandTests.cs

View workflow job for this annotation

GitHub Actions / build (windows-latest)

The name 'command' does not exist in the current context

Check failure on line 51 in src/OctoshiftCLI.Tests/ado2gh/Commands/MigrateRepo/MigrateRepoCommandTests.cs

View workflow job for this annotation

GitHub Actions / build (windows-latest)

The name 'command' does not exist in the current context

Check failure on line 51 in src/OctoshiftCLI.Tests/ado2gh/Commands/MigrateRepo/MigrateRepoCommandTests.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

The name 'command' does not exist in the current context

Check failure on line 51 in src/OctoshiftCLI.Tests/ado2gh/Commands/MigrateRepo/MigrateRepoCommandTests.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

The name 'command' does not exist in the current context

Check failure on line 51 in src/OctoshiftCLI.Tests/ado2gh/Commands/MigrateRepo/MigrateRepoCommandTests.cs

View workflow job for this annotation

GitHub Actions / build (macos-latest)

The name 'command' does not exist in the current context

Check failure on line 51 in src/OctoshiftCLI.Tests/ado2gh/Commands/MigrateRepo/MigrateRepoCommandTests.cs

View workflow job for this annotation

GitHub Actions / build (macos-latest)

The name 'command' does not exist in the current context
}

[Fact]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public void Should_Have_Options()
TestHelpers.VerifyCommandOption(command.Options, "verbose", false);
TestHelpers.VerifyCommandOption(command.Options, "keep-archive", false);
TestHelpers.VerifyCommandOption(command.Options, "no-ssl-verify", false);
TestHelpers.VerifyCommandOption(command.Options, "target-api-url", false);
}

[Fact]
Expand Down

0 comments on commit a5a98a0

Please sign in to comment.