summaryrefslogtreecommitdiff
path: root/web-ui/src/account_recovery/backup_account_step/backup_account_step.spec.js
diff options
context:
space:
mode:
authorSriram Viswanathan <sriramv@thoughtworks.com>2017-04-04 18:36:14 -0300
committerSriram Viswanathan <sriramv@thoughtworks.com>2017-04-04 18:36:14 -0300
commitd8ade045a17be8de98ea2a501dbdb7ba166de094 (patch)
tree76049031eb073a8a5a3c28ac75b6bd31654d12da /web-ui/src/account_recovery/backup_account_step/backup_account_step.spec.js
parent3b3f28217a880afd8ec6d45ff57ccd41784847b3 (diff)
[#938] Fixes lint errors
with @anikarni
Diffstat (limited to 'web-ui/src/account_recovery/backup_account_step/backup_account_step.spec.js')
-rw-r--r--web-ui/src/account_recovery/backup_account_step/backup_account_step.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/src/account_recovery/backup_account_step/backup_account_step.spec.js b/web-ui/src/account_recovery/backup_account_step/backup_account_step.spec.js
index 561079c9..1d08670d 100644
--- a/web-ui/src/account_recovery/backup_account_step/backup_account_step.spec.js
+++ b/web-ui/src/account_recovery/backup_account_step/backup_account_step.spec.js
@@ -1,8 +1,8 @@
import { shallow } from 'enzyme';
import expect from 'expect';
import React from 'react';
-import { BackupAccountStep } from './backup_account_step';
import SubmitButton from 'src/common/submit_button/submit_button';
+import { BackupAccountStep } from './backup_account_step';
describe('BackupAccountStep', () => {
let backupAccountStep;