Update snapshot

master
Lucas Duailibe 2017-09-10 16:46:47 -03:00 committed by Stephen Scott
parent bd78572b19
commit 1b2127efb6
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ exports[`conditional.js 1`] = `
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
(valid
? helper.responseBody(this.currentUser)
: helper.responseBody(this.defaultUser)).prop;
: helper.responseBody(this.defaultUser)
).prop;
`;