Skip to content

Commit

Permalink
fix use of variable in test
Browse files Browse the repository at this point in the history
  • Loading branch information
samueljmurray committed Mar 19, 2018
1 parent a0cd897 commit 07174ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/passwordless_auth_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ defmodule PasswordlessAuthTest do
"Your verification code is: " <>
<<_::bytes-size(6)>>,
to: ^phone_number,
messaging_service_sid: messaging_service_sid,
messaging_service_sid: ^messaging_service_sid,
another_option: true
} ->
{:ok, nil}
Expand Down

0 comments on commit 07174ef

Please sign in to comment.