diff --git a/test/mfm.ts b/test/mfm.ts
index 36232468a3..f5e5223f29 100644
--- a/test/mfm.ts
+++ b/test/mfm.ts
@@ -234,7 +234,7 @@ describe('Text', () => {
 			const tokens3 = analyze('a [a]\nb [b]\nc [c]');
 			assert.deepEqual(
 				{ type: 'text', content: 'a [a]\nb [b]\nc [c]' }
-			, tokens2[0]);
+			, tokens3[0]);
 		});
 	});