This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
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
Fixed-compiler-error (
#194
)
pull/1923/head
Simon Hjorthøj
GitHub
4 years ago
parent
a4c024aa13
commit
788d654215
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
test/Discord.Net.Tests.Unit/EmbedBuilderTests.cs
+ 2
- 2
test/Discord.Net.Tests.Unit/EmbedBuilderTests.cs
View File
@@ -290,8 +290,8 @@ namespace Discord
{
Footer = footer
};
Assert.Equal(
u
rl, e.Footer.IconUrl);
Assert.Equal(
n
ame, e.Footer.Text);
Assert.Equal(
U
rl, e.Footer.IconUrl);
Assert.Equal(
N
ame, e.Footer.Text);
}
/// <summary>
Write
Preview
Loading…
Cancel
Save