Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
re-enable level tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell committed Dec 27, 2022
1 parent 3bff02c commit e53b6d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions DragonFruit.Six.Api.Tests/Data/AccountLevelTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ public class AccountLevelTests : Dragon6ApiTest
[TestCaseSource(nameof(Accounts))]
public async Task GetAccountLevel(UbisoftAccount account)
{
Assert.Inconclusive("Tests currently suspended until dragon6-tokens updated");

var level = await Client.GetAccountLevelAsync(account).ConfigureAwait(false);

if (level.Level == 0)
Expand Down

0 comments on commit e53b6d4

Please sign in to comment.