game/common/jackpot/jackpot_test.go

11 lines
103 B
Go
Raw Permalink Normal View History

2025-06-09 23:52:18 +08:00
package jackpot
import (
"testing"
)
func TestCleanWarn(t *testing.T) {
_ = t
_ = NewJackpotMgr
}