Commit d6233ca2 authored by Justin Ho's avatar Justin Ho

Update modal_spec

parent 2a86ea2b
...@@ -184,7 +184,6 @@ describe('new file modal component', () => { ...@@ -184,7 +184,6 @@ describe('new file modal component', () => {
expect(createFlash).toHaveBeenCalledWith({ expect(createFlash).toHaveBeenCalledWith({
message: 'The name "test-path/test" is already taken in this directory.', message: 'The name "test-path/test" is already taken in this directory.',
parent: expect.anything(),
fadeTransition: false, fadeTransition: false,
addBodyClass: true, addBodyClass: true,
}); });
......
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