Skip to content

Commit

Permalink
Updates ExtractionTest, FormattingTest
Browse files Browse the repository at this point in the history
* Remove unused alias
  • Loading branch information
josemrb committed Mar 12, 2021
1 parent 9340bc7 commit 037c527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/ex_phone_number/extraction_test.exs
Expand Up @@ -6,7 +6,7 @@ defmodule ExPhoneNumber.ExtractionTest do
alias ExPhoneNumber.Metadata
alias ExPhoneNumber.Constants.CountryCodeSource
alias ExPhoneNumber.Constants.ErrorMessages
alias ExPhoneNumber.{PhoneNumberFixture, RegionCodeFixture}
alias ExPhoneNumber.RegionCodeFixture

describe ".extract_possible_number/1" do
context "removes preceding funky punctuation and letters" do
Expand Down
2 changes: 1 addition & 1 deletion test/ex_phone_number/formatting_test.exs
Expand Up @@ -4,7 +4,7 @@ defmodule ExPhoneNumber.FormattingTest do
doctest ExPhoneNumber.Formatting
import ExPhoneNumber.Formatting
alias ExPhoneNumber.Constants.PhoneNumberFormats
alias ExPhoneNumber.{PhoneNumberFixture, RegionCodeFixture}
alias ExPhoneNumber.PhoneNumberFixture

describe ".format/2" do
context "US number" do
Expand Down

0 comments on commit 037c527

Please sign in to comment.