Skip to content

Commit

Permalink
fixed merge issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Schmaltz committed Oct 10, 2023
1 parent 0478e4e commit a62cd3b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ public void ValidateIssuerSigningKeyCertificateTests(AadSigningKeyIssuerTheoryDa
theoryData.ExpectedException.ProcessNoException(context);
Assert.True(result);
}
catch (Exception ex)
{
theoryData.ExpectedException.ProcessException(ex, context);
}
Expand Down

0 comments on commit a62cd3b

Please sign in to comment.