Skip to content

Commit d72b569

Browse files
committed
chore: format
1 parent 77c013f commit d72b569

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/acceptance/post_test.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ defmodule Test.Acceptance.PostTest do
245245
end
246246

247247
validations do
248-
validate match(:pin, ~r/^[0-9]{4}$/)
249-
validate string_length(:pin, exact: 4)
248+
validate(match(:pin, ~r/^[0-9]{4}$/))
249+
validate(string_length(:pin, exact: 4))
250250
end
251251
end
252252

@@ -428,7 +428,7 @@ defmodule Test.Acceptance.PostTest do
428428
status: 400
429429
)
430430

431-
# response is a Plug.
431+
# response is a Plug.
432432
assert %{"errors" => [error_regex, error_length]} = response.resp_body
433433

434434
assert error_regex["code"] == "invalid_attribute"

0 commit comments

Comments
 (0)