Skip to content

Commit

Permalink
fix(data): reverted change on test
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannidavi committed Feb 19, 2021
1 parent dcdecb0 commit 5c8408f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/reducers/dataReducer.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ describe('dataReducer', () => {
`${collection}.${doc}.newData.field`,
data[doc].newData.field,
);
expect(result).to.not.have.nested.property(
expect(result).to.have.nested.property(
`${collection}.${doc}.originalData.some.val`,
existingState[collection][doc].originalData.some.val,
);
Expand Down

0 comments on commit 5c8408f

Please sign in to comment.