From 186f8e1987bb99a2c216fa5420a91e86bd2ea9fa Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Tue, 10 Jul 2018 18:51:22 -0300 Subject: [PATCH] Fix unit tests --- .../__snapshots__/Comment.spec.tsx.snap | 22 ++++++++++++++----- .../__snapshots__/Username.spec.tsx.snap | 6 ++--- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/src/core/client/stream/components/__snapshots__/Comment.spec.tsx.snap b/src/core/client/stream/components/__snapshots__/Comment.spec.tsx.snap index 48a1c0464..9aafeaf5c 100644 --- a/src/core/client/stream/components/__snapshots__/Comment.spec.tsx.snap +++ b/src/core/client/stream/components/__snapshots__/Comment.spec.tsx.snap @@ -3,10 +3,15 @@ exports[`renders username and body 1`] = `
- - Marvin - +
+ + Marvin + +
Woof @@ -16,10 +21,15 @@ exports[`renders username and body 1`] = ` exports[`renders with gutterBottom 1`] = `
- - Marvin - +
+ + Marvin + +
Woof diff --git a/src/core/client/stream/components/__snapshots__/Username.spec.tsx.snap b/src/core/client/stream/components/__snapshots__/Username.spec.tsx.snap index 6682f3f3f..27d624f2f 100644 --- a/src/core/client/stream/components/__snapshots__/Username.spec.tsx.snap +++ b/src/core/client/stream/components/__snapshots__/Username.spec.tsx.snap @@ -1,11 +1,9 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`renders correctly 1`] = ` - Marvin - + `;