github.com/kyma-incubator/compass/components/director@v0.0.0-20230623144113-d764f56ff805/internal/domain/labeldef/fixtures_test.go (about) 1 package labeldef_test 2 3 import ( 4 "errors" 5 ) 6 7 func fixTenant() string { 8 return "tenant" 9 } 10 11 func fixError() error { 12 return errors.New("some error") 13 }