fix: Missing Fact attribute in ColorTests (#2425)
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user