fix: Missing Fact attribute in ColorTests (#2425)
This commit is contained in:
@@ -10,6 +10,7 @@ namespace Discord
|
||||
/// </summary>
|
||||
public class ColorTests
|
||||
{
|
||||
[Fact]
|
||||
public void Color_New()
|
||||
{
|
||||
Assert.Equal(0u, new Color().RawValue);
|
||||
|
||||
Reference in New Issue
Block a user