Skip to content

Commit

Permalink
Fix environment typos (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsrutek authored Oct 27, 2023
1 parent 4b7e61c commit 76e9eb7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PhoneNumberKitTests/PhoneNumberKitTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ final class PhoneNumberKitTests: XCTestCase {
}
}

// English number with an American IDD (default region for testing enivronment)
// English number with an American IDD (default region for testing environment)
func testValidNumberWithAmericanIDDNoWhiteSpace() {
let testNumber = "011447739555555"
do {
Expand All @@ -238,7 +238,7 @@ final class PhoneNumberKitTests: XCTestCase {
}
}

// 'Noisy' Brazilian number with an American IDD (default region for testing enivronment)
// 'Noisy' Brazilian number with an American IDD (default region for testing environment)
func testValidNumberWithAmericanIDDWhiteSpace() {
let testNumber = "01155 11 9 6 555 55 55"
do {
Expand All @@ -252,7 +252,7 @@ final class PhoneNumberKitTests: XCTestCase {
}
}

// American number with no prefix from an American phone (default region for testing enivronment)
// American number with no prefix from an American phone (default region for testing environment)
func testValidLocalNumberWithNoPrefixNoWhiteSpace() {
let testNumber = "2015555555"
do {
Expand All @@ -266,7 +266,7 @@ final class PhoneNumberKitTests: XCTestCase {
}
}

// 'Noisy' American number with no prefix from an American phone (default region for testing enivronment)
// 'Noisy' American number with no prefix from an American phone (default region for testing environment)
func testValidLocalNumberWithNoPrefixWhiteSpace() {
let testNumber = "500-2-55-555-5"
do {
Expand Down

0 comments on commit 76e9eb7

Please sign in to comment.