Skip to content

Commit 8d01098

Browse files
queervioletqueerviolet
queerviolet
authored and
queerviolet
committed
Update description of WhoAmI test.
1 parent 5bd8c15 commit 8d01098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/WhoAmI.test.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ describe('<WhoAmI/>', () => {
5656
expect(root.find('button.logout')).to.have.length(1)
5757
})
5858

59-
it('calls props.logout when logout is tapped', () => {
59+
it('calls props.auth.signOut when logout is tapped', () => {
6060
root.find('button.logout').simulate('click')
6161
expect(fakeAuth.signOut).to.have.been.called
6262
})

0 commit comments

Comments
 (0)