Skip to content

Commit

Permalink
✅ mix --format
Browse files Browse the repository at this point in the history
  • Loading branch information
danielberkompas committed Apr 5, 2024
1 parent d66d5b7 commit 2941929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ex_twilio/jwt/access_token_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ defmodule ExTwilio.JWT.AccessTokenTest do
end

test "validates binary keys" do
for invalid <- [123, 'sid', nil, false],
for invalid <- [123, ~c"sid", nil, false],
field <- [:account_sid, :api_key, :api_secret, :identity] do
assert_raise ArgumentError, fn ->
[{field, invalid}]
Expand Down

0 comments on commit 2941929

Please sign in to comment.