package survey_mechanism_test import ( "surveyService/service/survey_mechanism" "surveyService/tests" "testing" ) func TestCreate(t *testing.T) { tests.Init() survey_mechanism.Create("K2DVZDQA", []string{"Xwlg97rP"}) }