Text Alternative to Img Problem

This seems easy and straight forward, but the tests don’t pass. What am I doing wrong?

My code:

img src=“doingKarateWow.jpeg” alt=“K-A Karate Master”

Can you link the exercise and also paste your full-code?

Here’s the exercise link: https://learn.freecodecamp.org/responsive-web-design/applied-accessibility/add-a-text-alternative-to-images-for-visually-impaired-accessibility

Full code is above. Just a one-liner with the addition of the alt attribute.

<img src="doingKarateWow.jpeg" alt="K-A Karate Master">


<img src="doingKarateWow.jpeg" alt="K-A Karate Master">