Skip to content

Commit

Permalink
Fixed unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ozziest committed Dec 25, 2023
1 parent 9546ce2 commit 187b511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rules/confirmed.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const toContext = (value: any): IContext => {
password: "123456",
password_confirmed: value,
},
key: "password",
field: "password",
definition: "confirmed",
};
};
Expand Down

0 comments on commit 187b511

Please sign in to comment.