Skip to content

Commit

Permalink
fixed some depreciated methods
Browse files Browse the repository at this point in the history
  • Loading branch information
brentmaxwell committed Jan 24, 2024
1 parent 4f1176b commit 187a78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LtAmpDotNet/LtAmpDotNet.Tests/InitializationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public void LoadDspUnits()
{
Console.WriteLine($"{unitType.Key}: {unitType.Value.Count}");
}
Assert.IsTrue(LtAmpDevice.DspUnitDefinitions?.Count > 0);
Assert.That(LtAmpDevice.DspUnitDefinitions?.Count, Is.GreaterThan(0));
}

[Test]
Expand Down

0 comments on commit 187a78f

Please sign in to comment.