Skip to content

Commit

Permalink
Add certificates for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Aymen TROUDI authored and Aymen TROUDI committed Aug 8, 2023
1 parent 314b0dd commit 4a96da6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/Tests/Commands/JwkCommandTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public void Should_Generate_Jwk(string certificateFile, string certificatePasswo
var result = command.OnExecute(app);

// assert
File.Exists(certificateFile).Should().BeTrue($"{certificateFile} does not exist.");
result.Should().Be(Settings.ExitCode.Ok);
}

Expand Down
Binary file added test/Tests/Files/ECC.pfx
Binary file not shown.
Binary file added test/Tests/Files/RSA.pfx
Binary file not shown.

0 comments on commit 4a96da6

Please sign in to comment.