mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
Merge pull request #1259 from c9s/c9s/fix-trade-deadlock
FIX: core: fix trade collector dead lock
This commit is contained in:
commit
7adc786c8a
|
@ -14,7 +14,7 @@ func TestGetMigrationsMap(t *testing.T) {
|
|||
|
||||
func TestMergeMigrationsMap(t *testing.T) {
|
||||
MergeMigrationsMap(map[int64]*rockhopper.Migration{
|
||||
2: &rockhopper.Migration{},
|
||||
3: &rockhopper.Migration{},
|
||||
2: {},
|
||||
3: {},
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user