Rename penguin

This commit is contained in:
Dolan
2018-01-22 21:34:09 +00:00
parent ef05024f2f
commit e6d3577f74
4 changed files with 3 additions and 9 deletions

View File

@ -8,7 +8,7 @@ describe("Drawing", () => {
let currentBreak: Drawing;
beforeEach(() => {
const path = "./demo/penguins.jpg";
const path = "./demo/images/image1.jpeg";
currentBreak = new Drawing({
fileName: "test.jpg",
referenceId: 1,