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