Skip to content

Commit 2fd996b

Browse files
committed
Fix Travis
1 parent b452413 commit 2fd996b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/__tests__/reducers/notifications.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Map } from 'immutable';
22

3-
import Constants from '../../utils/Constants';
3+
import Constants from '../../utils/constants';
44
import reducer from '../../reducers/notifications';
55
import { LOGOUT, NOTIFICATIONS, MARK_NOTIFICATION, MARK_REPO_NOTIFICATION } from '../../actions';
66
import { mockedGithubNotifications, mockedEnterpriseNotifications } from '../../__mocks__/mockedData';

0 commit comments

Comments
 (0)