Skip to content

Commit 51c1813

Browse files
committed
test(feat): mint and distribute gns
1 parent ae9b9dd commit 51c1813

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

staker/_helper_test.gno

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import (
1515
"gno.land/r/demo/wugnot"
1616
"gno.land/r/gnoswap/v1/common"
1717
"gno.land/r/gnoswap/v1/consts"
18+
en "gno.land/r/gnoswap/v1/emission"
1819
"gno.land/r/gnoswap/v1/gnft"
1920
"gno.land/r/gnoswap/v1/gns"
2021
pl "gno.land/r/gnoswap/v1/pool"
@@ -505,6 +506,8 @@ func isInErrorRange(expected uint64, actual uint64) bool {
505506
}
506507

507508
func getPrintInfo(t *testing.T) string {
509+
en.MintAndDistributeGns()
510+
508511
emissionDebug := ApiEmissionDebugInfo{}
509512
emissionDebug.Height = std.GetHeight()
510513
emissionDebug.Time = time.Now().Unix()

0 commit comments

Comments
 (0)