test: fix nft simulation test (#14765)

This commit is contained in:
Julien Robert 2023-01-25 11:08:56 +01:00 committed by GitHub
parent 8fcb029922
commit 5d25d5f40a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {