mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-19 11:08:05 +00:00
feat: add timeout to Qodana scan job and update type retrieval in GBM tests
This commit is contained in:
@@ -272,7 +272,8 @@ public class GBMTests
|
||||
}
|
||||
|
||||
// GBM should not expose any history storage
|
||||
var type = gbm.GetType();
|
||||
// Use typeof() instead of GetType() to satisfy trimming analyzer
|
||||
var type = typeof(GBM);
|
||||
var barsProperty = type.GetProperty("Bars");
|
||||
|
||||
Assert.Null(barsProperty);
|
||||
|
||||
Reference in New Issue
Block a user