Add missing mainet spec test (#7482)

This commit is contained in:
terence tsao 2020-10-09 11:58:19 -07:00 committed by GitHub
parent f629c72107
commit 650ec797da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,9 @@
package spectest
import (
"testing"
)
func TestRewardsAndPenaltiesMainnet(t *testing.T) {
runRewardsAndPenaltiesTests(t, "mainnet")
}