Fix for unit tests

This commit is contained in:
Piotr Pekala
2019-10-24 23:27:15 -07:00
parent 6274c90a33
commit ceda238507
3 changed files with 15 additions and 6 deletions

View File

@ -144,7 +144,7 @@ export class MockedDrawingService {
return of(drawing);
}
updatePosition(_server: Server, _drawing: Drawing, _x: number, _y: number) {
updatePosition(_server: Server, _project: Project, _drawing: Drawing, _x: number, _y: number) {
return of(this.drawing);
}