This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
youys
/
Discord.Net
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
34
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix: Missing Fact attribute in ColorTests (
#2425
)
pull/2434/head
Ge
GitHub
2 years ago
parent
917118d094
commit
92215b1f74
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
Write
Preview
Loading…
Cancel
Save