Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwschau committed Sep 20, 2024
1 parent e14013e commit b90f140
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion protocol/app/upgrades/v7.0.0/upgrade_container_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,13 @@ func postUpgradeVaultParamsCheck(node *containertest.Node, t *testing.T) {
checkVaultParams(node, t, 1, vaulttypes.VaultStatus_VAULT_STATUS_QUOTING, nil)
}

func checkVaultParams(node *containertest.Node, t *testing.T, vaultNumber uint64, expectedStatus vaulttypes.VaultStatus, expectedQuotingParams *vaulttypes.QuotingParams) {
func checkVaultParams(
node *containertest.Node,
t *testing.T,
vaultNumber uint32,
expectedStatus vaulttypes.VaultStatus,
expectedQuotingParams *vaulttypes.QuotingParams,
) {
resp, err := containertest.Query(
node,
vaulttypes.NewQueryClient,
Expand Down

0 comments on commit b90f140

Please sign in to comment.