Fix parallel merge with new usage of renamed method#118246
Fix parallel merge with new usage of renamed method#118246bartonjs merged 1 commit intodotnet:mainfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR fixes a method call to use the renamed ImportSlhDsaPrivateKey method instead of the previously named ImportSlhDsaSecretKey method in the SlhDSA cryptography tests.
- Updates method call to use the correct renamed method
- Ensures tests continue to function after API rename
|
Tagging subscribers to this area: @dotnet/area-system-security, @bartonjs, @vcsjones |
|
@bartonjs If you are confident of this change and it looks correct to me too, I would merge this as soon as one of the legs gets past the current failure. |
|
/ba-g failing leg passes with these changes Previous run with error: https://github.com/dotnet/runtime/pull/118232/checks?check_run_id=47144319285 |
|
@bartonjs this PR broke main? |
|
@EgorBo No, this PR fixes that. |
No description provided.