package factory import "testing" func TestNewRestaurant(t *testing.T) { NewRestaurant("Aa").GetFood() NewRestaurant("Bb").GetFood() }