diff --git a/bin/templates/pkg/crud_starter/starter_tables/starter_tables_manual_test.go_ b/bin/templates/pkg/crud_starter/starter_tables/starter_tables_manual_test.go_ index 7d3faf8..bfe1cff 100644 --- a/bin/templates/pkg/crud_starter/starter_tables/starter_tables_manual_test.go_ +++ b/bin/templates/pkg/crud_starter/starter_tables/starter_tables_manual_test.go_ @@ -13,7 +13,7 @@ func TestSetCrudManualInterface(t *testing.T) { SetCrudManualInterface(crud) // Test that the crud variable is set correctly - if employees.Crud_manual_LawsuitStatusType != crud { + if lawsuit_status_types.Crud_manual_LawsuitStatusType != crud { t.Errorf("Expected lawsuit_status_types.Crud_manual_LawsuitStatusType to be set to crud, but got %+v", lawsuit_status_types.Crud_manual_LawsuitStatusType) } }