~rogpeppe/juju-core/azure

« back to all changes in this revision

Viewing changes to state/assign_test.go

CompileĀ error

Show diffs side-by-side

added added

removed removed

Lines of Context:
961
961
                Jobs:          []state.MachineJob{state.JobHostUnits},
962
962
        }
963
963
        container, err := s.State.AddMachineWithConstraints(&params)
964
 
        c.Assert(hostMachine.Clean(), IsTrue)
 
964
        c.Assert(hostMachine.Clean(), jc.IsTrue)
965
965
        s.assertMachineNotEmpty(c, hostMachine)
966
966
 
967
967
        // Set up constraints to specify we want to install into a container.