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
Separate out GuildPermissions and ChannelPermissions tests from main partial Tests class because they do not need to have access to the main test fixture
pull/967/head
Chris Johnston
7 years ago
parent
21bb62d5a2
commit
0cd4dcc33f
2 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
test/Discord.Net.Tests/Tests.ChannelPermissions.cs
+2
-2
test/Discord.Net.Tests/Tests.GuildPermissions.cs
+ 2
- 2
test/Discord.Net.Tests/Tests.ChannelPermissions.cs
View File
@@ -1,10 +1,10 @@
using System;
using System;
using System.Threading.Tasks;
using Xunit;
namespace Discord
{
public
partial
class Tests
public class
ChannelPermissions
Tests
{
[Fact]
public Task TestChannelPermission()
+ 2
- 2
test/Discord.Net.Tests/Tests.GuildPermissions.cs
View File
@@ -1,10 +1,10 @@
using System;
using System;
using System.Threading.Tasks;
using Xunit;
namespace Discord
{
public
partial
class Tests
public class
GuidPermissions
Tests
{
[Fact]
public Task TestGuildPermission()
Write
Preview
Loading…
Cancel
Save