Skip to content

Commit 2cd25e8

Browse files
authoredMar 6, 2025··
chore: make function comments match function names (#1631)
## Description make function comments match function names Signed-off-by: tiaoxizhan <[email protected]>
1 parent d833933 commit 2cd25e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎x/pocketcore/keeper/common_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ func (_m *Ctx) IsZero() bool {
656656
return r0
657657
}
658658

659-
// IsZero provides a mock function with given fields:
659+
// IsAfterUpgradeHeight provides a mock function with given fields:
660660
func (_m *Ctx) IsAfterUpgradeHeight() bool {
661661
ret := _m.Called()
662662

@@ -670,7 +670,7 @@ func (_m *Ctx) IsAfterUpgradeHeight() bool {
670670
return r0
671671
}
672672

673-
// IsZero provides a mock function with given fields:
673+
// IsOnUpgradeHeight provides a mock function with given fields:
674674
func (_m *Ctx) IsOnUpgradeHeight() bool {
675675
ret := _m.Called()
676676

0 commit comments

Comments
 (0)
Please sign in to comment.