fix: Missing Fact attribute in ColorTests (#2425)

This commit is contained in:
Ge
2022-08-21 19:57:00 +08:00
committed by GitHub
parent 917118d094
commit 92215b1f74

View File

@@ -10,6 +10,7 @@ namespace Discord
/// </summary> /// </summary>
public class ColorTests public class ColorTests
{ {
[Fact]
public void Color_New() public void Color_New()
{ {
Assert.Equal(0u, new Color().RawValue); Assert.Equal(0u, new Color().RawValue);