Fix tests

This commit is contained in:
Dolan
2018-08-09 02:53:28 +01:00
parent e10c20fa42
commit bb8c29f4a2

View File

@ -2,7 +2,7 @@
import { assert, expect } from "chai"; import { assert, expect } from "chai";
import { Formatter } from "../../export/formatter"; import { Formatter } from "../../export/formatter";
import { Image } from "./image"; import { ImageParagraph } from "./image";
describe("Image", () => { describe("Image", () => {
let image: Image; let image: Image;