Skip to content

Commit

Permalink
Gets test to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyMcMichael committed Sep 4, 2018
1 parent 471c919 commit 9b88592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Validstate.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe('Validstate', () => {
it('Invalidates `account` validation correctly', () => {
const actual = store.getState().validstate.account;
// Validation
expect(actual.valid).toBe(true);
expect(actual.valid).toBe(false);

// Single property
expect(actual.email).toEqual(expected.email);
Expand Down

0 comments on commit 9b88592

Please sign in to comment.