Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
mihakralj committed Nov 8, 2024
2 parents 6d87084 + fce3a78 commit 61a16bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_quantower.cs
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,6 @@ public class QuantowerTests
[Fact] public void Vortex() => TestIndicatorMultipleFields<momentum::QuanTAlib.VortexIndicator>(new[] { "PlusLine", "MinusLine" });

// Oscillators Indicators
[Fact] public void Cti() => TestIndicator<oscillator::QuanTAlib.CtiIndicator>("Series");
[Fact] public void Cti() => TestIndicator<oscillators::QuanTAlib.CtiIndicator>("Series");
}
}

0 comments on commit 61a16bd

Please sign in to comment.