Did you copy the code exactly? Your original code has a typo in it, missing closing single quote around posts_per_page
'posts_per_page => 10,
Are you sure the category slug is “featured”
I just did a test, correcting the typo and it is returning the correct posts for me.