Browse Source

fix: Missing Fact attribute in ColorTests (#2425)

tags/3.8.0
Ge GitHub 2 years ago
parent
commit
92215b1f74
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      test/Discord.Net.Tests.Unit/ColorTests.cs

+ 1
- 0
test/Discord.Net.Tests.Unit/ColorTests.cs View File

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


Loading…
Cancel
Save