We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d87084 + fce3a78 commit 61a16bdCopy full SHA for 61a16bd
1 file changed
Tests/test_quantower.cs
@@ -162,6 +162,6 @@ public class QuantowerTests
162
[Fact] public void Vortex() => TestIndicatorMultipleFields<momentum::QuanTAlib.VortexIndicator>(new[] { "PlusLine", "MinusLine" });
163
164
// Oscillators Indicators
165
- [Fact] public void Cti() => TestIndicator<oscillator::QuanTAlib.CtiIndicator>("Series");
+ [Fact] public void Cti() => TestIndicator<oscillators::QuanTAlib.CtiIndicator>("Series");
166
}
167
0 commit comments