func (s *SpacesSuite) assertSpaceNotFoundForState(c *gc.C, name string, st *state.State) { _, err := st.Space(name) s.assertSpaceNotFoundError(c, err, name) }