Skip to content

Commit

Permalink
Fix v17 Upgrade Package Name (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmith-2019 authored Sep 8, 2023
1 parent 3dafe9c commit dc98d1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/upgrades/v17/constants.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package v16
package v17

import (
store "github.com/cosmos/cosmos-sdk/store/types"
Expand Down
2 changes: 1 addition & 1 deletion app/upgrades/v17/upgrade_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package v16_test
package v17_test

import (
"testing"
Expand Down
2 changes: 1 addition & 1 deletion app/upgrades/v17/upgrades.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package v16
package v17

import (
"fmt"
Expand Down

0 comments on commit dc98d1f

Please sign in to comment.