summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/mfm.ts2
1 files changed, 1 insertions, 1 deletions
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]);
});
});