Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyf19 committed Jun 17, 2024
1 parent 088d88f commit e51c962
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/Microsoft.IdentityModel.TestUtils/DerivedTypes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,6 @@ public DerivedSecurityKey(string keyId, int keySize)
_keySize = keySize;
}

internal override string InternalId { get =>_keyId; }

public Exception ThrowOnGetKeyId { get; set; }

public Exception ThrowOnSetKeyId { get; set; }
Expand Down

0 comments on commit e51c962

Please sign in to comment.