Commit be8ea56e authored by Phil Hughes's avatar Phil Hughes

fix model_spec

parent eb6692ab
......@@ -64,7 +64,7 @@ describe('Multi-file editor library model', () => {
model.getModel().setValue('123');
setTimeout(() => {
expect(spy).toHaveBeenCalledWith(model.getModel(), jasmine.anything());
expect(spy).toHaveBeenCalledWith(model, jasmine.anything());
done();
});
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment