Skip to content

Commit df45edc

Browse files
committed
Missed two.
1 parent 211672b commit df45edc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

featuretests/leadership_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func (s *leadershipSuite) SetUpTest(c *gc.C) {
5757
c.Assert(stateServer.SetMongoPassword(password), gc.IsNil)
5858

5959
// Create a machine to host some units.
60-
unitHostMachine := s.Factory.MakeMachine(c, &factory.MachineParams{
60+
unitHostMachine, _ := s.Factory.MakeMachine(c, &factory.MachineParams{
6161
Nonce: agent.BootstrapNonce,
6262
Password: password,
6363
})

upgrades/agentconfig_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import (
1010

1111
"github.com/juju/names"
1212
jc "github.com/juju/testing/checkers"
13-
"github.com/juju/utils"
1413
gc "gopkg.in/check.v1"
1514
goyaml "gopkg.in/yaml.v1"
1615

0 commit comments

Comments
 (0)