Skip to content

Commit

Permalink
Fixed users reducer test
Browse files Browse the repository at this point in the history
  • Loading branch information
robgietema committed Apr 29, 2017
1 parent 65bd5a6 commit 7e4eade
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/reducers/users/users.test.js
@@ -1,9 +1,5 @@
import users from './users';
import {
GET_USER,
EDIT_USER,
EDIT_PASSWORD,
} from '../../constants/ActionTypes';
import { GET_USER, EDIT_USER } from '../../constants/ActionTypes';

describe('Users reducer', () => {
it('should return the initial state', () => {
Expand Down

0 comments on commit 7e4eade

Please sign in to comment.