app/history/history_test.go

11 lines
113 B
Go
Raw Normal View History

2021-12-16 06:25:57 +00:00
package history
import (
"testing"
"time"
)
func TestHistory(t *testing.T) {
time.Sleep(time.Second * 30)
}