Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyf19 committed Nov 13, 2024
1 parent 72d526d commit 387a4dc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/Microsoft.Identity.Web.Test/WebAppExtensionsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -912,10 +912,7 @@ public void PreventChangesInOpenIdConnectOptionsToBeOverlooked()
// needs to be updated. For this uncomment the variable "filePath" and line 893 below, then run the test
// and diff the files to find what are the new properties.
int numberOfProperties = typeof(OpenIdConnectOptions).GetProperties(System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Instance).Length;
#if NET9_0_OR_GREATER
int expectedNumberOfProperties = 62;
//string filePath = @"C:\temp\net9.txt";
#elif NET8_0
#if NET8_0_OR_GREATER
int expectedNumberOfProperties = 60;
//string filePath = @"C:\temp\net8.txt";
#else
Expand Down

0 comments on commit 387a4dc

Please sign in to comment.