mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-23 13:08:04 +00:00
[CodeFactor] Apply fixes to commit 0606491
This commit is contained in:
@@ -136,7 +136,6 @@ public class BlmaTests
|
||||
|
||||
blma.Pub += (object? sender, in TValueEventArgs args) => timestamps.Add(args.Value.AsDateTime);
|
||||
|
||||
|
||||
blma.Prime(input);
|
||||
|
||||
Assert.Equal(input.Length, timestamps.Count);
|
||||
@@ -162,7 +161,6 @@ public class BlmaTests
|
||||
|
||||
blma.Pub += (object? sender, in TValueEventArgs args) => timestamps.Add(args.Value.AsDateTime);
|
||||
|
||||
|
||||
blma.Prime(input);
|
||||
|
||||
Assert.Equal(input.Length, timestamps.Count);
|
||||
|
||||
Reference in New Issue
Block a user