diff --git a/test/mfm.ts b/test/mfm.ts
index 3dc7457f57..a49f376943 100644
--- a/test/mfm.ts
+++ b/test/mfm.ts
@@ -11,7 +11,7 @@
 import * as assert from 'assert';
 
 import { parse, parsePlain } from '../src/mfm/parse';
-import { toHtml } from '../src/mfm/totml';
+import { toHtml } from '../src/mfm/to-html';
 import { createTree as tree, createLeaf as leaf, MfmTree } from '../src/mfm/prelude';
 import { removeOrphanedBrackets } from '../src/mfm/language';