diff options
Diffstat (limited to 'spec/javascripts')
| -rw-r--r-- | spec/javascripts/journey_patterns/reducers/modal_spec.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/javascripts/journey_patterns/reducers/modal_spec.js b/spec/javascripts/journey_patterns/reducers/modal_spec.js index ee83cb251..46ab2d905 100644 --- a/spec/javascripts/journey_patterns/reducers/modal_spec.js +++ b/spec/javascripts/journey_patterns/reducers/modal_spec.js @@ -11,7 +11,8 @@ let fakeJourneyPattern = { deletable: false } -const accept = cancel = function(){} +const accept = function(){} +const cancel = function(){} describe('modal reducer', () => { beforeEach(() => { |
