gitee.com/quant1x/engine@v1.8.4/services/task_update_misc_test.go (about) 1 package services 2 3 import ( 4 "gitee.com/quant1x/engine/models" 5 "testing" 6 ) 7 8 func TestRealtimeUpdateExchangeAndSnapshot(t *testing.T) { 9 models.SyncAllSnapshots(nil) 10 realtimeUpdateMiscAndSnapshot() 11 }