Skip to content

Commit

Permalink
Removes call to deprecated WantsVote method in cachetest package.
Browse files Browse the repository at this point in the history
  • Loading branch information
manadart committed Jun 21, 2019
1 parent fec148b commit 4cdd34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/cache/cachetest/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func MachineChange(c *gc.C, modelUUID string, machine *state.Machine) cache.Mach
HardwareCharacteristics: hwc,
CharmProfiles: chProf,
HasVote: machine.HasVote(),
WantsVote: machine.WantsVote(),
WantsVote: false,
// TODO: Config, Addresses.
}

Expand Down

0 comments on commit 4cdd34a

Please sign in to comment.