summaryrefslogtreecommitdiffhomepage
path: root/test/components
diff options
context:
space:
mode:
Diffstat (limited to 'test/components')
-rw-r--r--test/components/AccountInput.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/components/AccountInput.spec.js b/test/components/AccountInput.spec.js
index 17687240ad..180598d49e 100644
--- a/test/components/AccountInput.spec.js
+++ b/test/components/AccountInput.spec.js
@@ -5,7 +5,7 @@ import React from 'react';
import ReactTestUtils, { Simulate } from 'react-addons-test-utils';
import AccountInput from '../../app/components/AccountInput';
-describe('components: AccountInput', () => {
+describe('components/AccountInput', () => {
it('should call onEnter', (done) => {
const onEnter = () => {