Refactor name

This commit is contained in:
Dolan
2018-08-09 02:56:23 +01:00
parent bb8c29f4a2
commit d961721b33

View File

@ -5,10 +5,10 @@ import { Formatter } from "../../export/formatter";
import { ImageParagraph } from "./image";
describe("Image", () => {
let image: Image;
let image: ImageParagraph;
beforeEach(() => {
image = new Image({
image = new ImageParagraph({
referenceId: 0,
stream: new Buffer(""),
path: "",