Skip to content

Commit

Permalink
fix(lens.spec): Fix test that was purposly broken.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Miller committed Oct 11, 2017
1 parent 5d89f67 commit d1fc149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lens.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ describe("with deep lens and object", () => {
const testObj = {
a: {
b: {
c: "e",
c: "d",
},
},
};
Expand Down

0 comments on commit d1fc149

Please sign in to comment.