diff --git a/x/nft/simulation/operations_test.go b/x/nft/simulation/operations_test.go index f1ee44e06c6d..4efbff8edceb 100644 --- a/x/nft/simulation/operations_test.go +++ b/x/nft/simulation/operations_test.go @@ -76,7 +76,7 @@ func (suite *SimTestSuite) TestWeightedOperations() { opMsgRoute string opMsgName string }{ - {simulation.WeightSend, simulation.TypeMsgSend, simulation.TypeMsgSend}, + {simulation.WeightSend, nft.ModuleName, simulation.TypeMsgSend}, } for i, w := range weightedOps {