gitee.com/quant1x/engine@v1.8.4/models/snapshot_tick_test.go (about) 1 package models 2 3 import "testing" 4 5 func TestSyncAllSnapshots(t *testing.T) { 6 barIndex := 1 7 SyncAllSnapshots(&barIndex) 8 }