Improve credential provider mascot fidelity

This commit is contained in:
2026-09-04 15:29:31 -06:00
parent b5f526e244
commit 17c8960cdd
4 changed files with 7 additions and 5 deletions
@@ -7,7 +7,7 @@ namespace SGU.CredentialProvider.Tests;
public sealed class ProviderTileIconTests
{
[Fact]
public void ProviderPublishesASeventyTwoPixelLogoForSignInOptions()
public void ProviderPublishesAHighResolutionLogoForSignInOptions()
{
SguCredentialProvider provider = new();
@@ -39,8 +39,8 @@ public sealed class ProviderTileIconTests
}
}
Assert.InRange(redPixels, 100, 2_000);
Assert.InRange(navyPixels, 100, 4_000);
Assert.InRange(redPixels, 1_000, 30_000);
Assert.InRange(navyPixels, 1_000, 50_000);
}
[Fact]