Skip to content

Commit

Permalink
Update subtest names to specify before/after switchover
Browse files Browse the repository at this point in the history
Co-authored-by: Draco <draco@dracoli.com>
  • Loading branch information
drklee3 and DracoLi authored Oct 18, 2023
1 parent b4092a4 commit 652ed66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/e2e_upgrade_inflation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ func (suite *IntegrationTestSuite) TestUpgradeInflation_Disable() {
}
})

suite.Run("no staking rewards from x/community", func() {
suite.Run("no staking rewards from x/community before switchover", func() {
// 1 block before switchover
queryHeight := switchoverHeight - 1

Expand All @@ -295,7 +295,7 @@ func (suite *IntegrationTestSuite) TestUpgradeInflation_Disable() {
suite.Require().Empty(stakingRewardEvents, "staking reward events should not be emitted")
})

suite.Run("staking rewards pay out from x/community", func() {
suite.Run("staking rewards pay out from x/community after switchover", func() {
// after switchover
queryHeight := switchoverHeight

Expand Down

0 comments on commit 652ed66

Please sign in to comment.