We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf21ce commit 12c9d5dCopy full SHA for 12c9d5d
test/models/stripe_file_upload_test.exs
@@ -37,6 +37,7 @@ defmodule CodeCorps.StripeFileUploadTest do
37
changeset = StripeFileUpload.create_identity_document_changeset(%StripeFileUpload{}, changes)
38
39
refute changeset.valid?
40
+ assert changeset.errors[:stripe_connect_account_id] == {"is invalid", [type: :id]}
41
end
42
43
0 commit comments