Skip to content

Commit

Permalink
Merge branch 'main' into v3
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Dec 12, 2024
2 parents 55e521b + 0df1f2b commit cf91af3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/indicators/_common/Math/NullMath.Tests.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
namespace Utilities;
namespace Tests.Common;

#pragma warning disable CA1805 // Do not initialize unnecessarily

[TestClass]
public class NullMathTests : TestBase
public class NullMaths : TestBase
{
private readonly double? dblPos = 100.12345;
private readonly double? dblNeg = -200.98765;
Expand Down

0 comments on commit cf91af3

Please sign in to comment.