Skip to content

Commit

Permalink
Remove unnecessary spaces from test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
bvisness committed Aug 28, 2019
1 parent 6a3c39e commit ff00f40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phonenumbers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1011,15 +1011,15 @@ func TestMexico(t *testing.T) {
isValidRegion: true,
},
{
num: "+52 664 899 1010 ",
num: "+52 664 899 1010",
parseRegion: "",
expectedE164: "+526648991010",
validRegion: "MX",
isValid: true,
isValidRegion: true,
},
{
num: "+52 1 664 899 1010 ",
num: "+52 1 664 899 1010",
parseRegion: "",
expectedE164: "+526648991010",
validRegion: "MX",
Expand Down

0 comments on commit ff00f40

Please sign in to comment.