Skip to content

Commit

Permalink
Update x/tokenfactory/keeper/before_send_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: swelf19 <62722506+swelf19@users.noreply.github.com>
  • Loading branch information
pr0n00gler and swelf19 authored Nov 23, 2024
1 parent d5e86d2 commit cca46e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/tokenfactory/keeper/before_send_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ func (suite *KeeperTestSuite) TestInfiniteTrackBeforeSend() {
suite.Require().NoError(err)

// send should happen regardless of trackBeforeSend results
distributionModuleAddress := suite.GetNeutronZoneApp(suite.ChainA).AccountKeeper.GetModuleAddress("dex")
distributionModuleAddress := suite.GetNeutronZoneApp(suite.ChainA).AccountKeeper.GetModuleAddress(dextypes.ModuleName)
distributionModuleBalances := suite.GetNeutronZoneApp(suite.ChainA).BankKeeper.GetAllBalances(suite.ChainA.GetContext(), distributionModuleAddress)
suite.Require().True(distributionModuleBalances.Equal(tokenToSend))
}
Expand Down

0 comments on commit cca46e0

Please sign in to comment.