Browse Source

Fix Test to resolve changes made in 15b58e

pull/1161/head
Still Hsu 7 years ago
parent
commit
5269c1bf4c
No known key found for this signature in database GPG Key ID: 8601A145FDA95209
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/Discord.Net.Tests/Tests.Migrations.cs

+ 1
- 1
test/Discord.Net.Tests/Tests.Migrations.cs View File

@@ -19,7 +19,7 @@ namespace Discord
if (client == null)
{
client = new DiscordRestClient();
await client.LoginAsync(TokenType.Bot, _config.Token, false).ConfigureAwait(false);
await client.LoginAsync(TokenType.Bot, _config.Token).ConfigureAwait(false);
guild = await client.GetGuildAsync(_config.GuildId);
}



Loading…
Cancel
Save