Adapt snapshot

This commit is contained in:
Chi Vinh Le
2018-09-13 18:29:05 +02:00
parent ba2c2c32b2
commit 72f5af9f3b
@@ -5,6 +5,7 @@ exports[`renders body only 1`] = `
<IndentedComment
author={
Object {
"id": "author-id",
"username": null,
}
}
@@ -34,6 +35,7 @@ exports[`renders username and body 1`] = `
<IndentedComment
author={
Object {
"id": "author-id",
"username": "Marvin",
}
}