Skip to content

Commit

Permalink
Rename requires_verification_code to requires_verification
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgarfield committed Jul 6, 2020
1 parent 2143d42 commit 657d080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/feather.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const sampleCredetialRequiresVerificationCode = {
object: "credential",
created_at: "2020-01-01T15:44:00.939855294Z",
expires_at: "2020-01-01T15:59:00.939855294Z",
status: "requires_verification_code",
status: "requires_verification",
token: null,
type: "email"
};
Expand Down

0 comments on commit 657d080

Please sign in to comment.