Skip to content

Commit 92215b1

Browse files
authored
fix: Missing Fact attribute in ColorTests (#2425)
1 parent 917118d commit 92215b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Discord.Net.Tests.Unit/ColorTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ namespace Discord
1010
/// </summary>
1111
public class ColorTests
1212
{
13+
[Fact]
1314
public void Color_New()
1415
{
1516
Assert.Equal(0u, new Color().RawValue);

0 commit comments

Comments
 (0)