Fixes some warnings from unit tests
This commit is contained in:
@@ -7,7 +7,7 @@ public class AbilityDataLoaderTests
|
||||
[Test]
|
||||
public async Task TestPrimaryAbilityFile()
|
||||
{
|
||||
using var stream = File.OpenRead("Data/Abilities.json");
|
||||
await using var stream = File.OpenRead("Data/Abilities.json");
|
||||
var library = AbilityDataLoader.LoadAbilities(stream);
|
||||
await Assert.That(library).IsNotNull();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user