mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-25 13:58:04 +00:00
refactoring
This commit is contained in:
@@ -116,7 +116,7 @@ public class TrimaIndicatorTests
|
||||
{
|
||||
var indicator = new TrimaIndicator();
|
||||
indicator.Initialize();
|
||||
|
||||
|
||||
var method = indicator.GetType().GetMethod("OnPaintChart");
|
||||
Assert.NotNull(method);
|
||||
Assert.Equal(typeof(TrimaIndicator), method.DeclaringType);
|
||||
|
||||
Reference in New Issue
Block a user