diff --git a/test/mfm.ts b/test/mfm.ts
index 0be683d56..cdd07788b 100644
--- a/test/mfm.ts
+++ b/test/mfm.ts
@@ -1188,7 +1188,7 @@ describe('MFM', () => {
 					tree('italic', [
 						text('bar')
 					], {}),
-					text('baz'),
+					text('\nbaz'),
 				]);
 			});
 		});