diff --git a/seed/challenges/03-front-end-libraries/react.json b/seed/challenges/03-front-end-libraries/react.json
index 20419506595..6b5e529ad3c 100644
--- a/seed/challenges/03-front-end-libraries/react.json
+++ b/seed/challenges/03-front-end-libraries/react.json
@@ -1325,7 +1325,7 @@
},
{
"text": "The ReturnTempPassword component should display the password you create as the tempPassword prop within strong tags.",
- "testString": "assert((function() { const mockedComponent = Enzyme.mount(React.createElement(ResetPassword)); return mockedComponent.find('strong').text() && mockedComponent.find('ReturnTempPassword').props().tempPassword; })(), 'The ReturnTempPassword component should display the password you create as the tempPassword prop within strong tags.');"
+ "testString": "assert((function() { const mockedComponent = Enzyme.mount(React.createElement(ResetPassword)); return mockedComponent.find('strong').text() === mockedComponent.find('ReturnTempPassword').props().tempPassword; })(), 'The ReturnTempPassword component should display the password you create as the tempPassword prop within strong tags.');"
}
],
"solutions": [