Skip to content

Commit

Permalink
Merge branch 'main' into likhita/store-go-mod
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Jan 25, 2023
2 parents ff4acb8 + 5d25d5f commit 4eb446c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/nft/simulation/operations_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4eb446c

Please sign in to comment.