Skip to content

Commit

Permalink
Update TestHelper.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorPilley authored Nov 3, 2024
1 parent ba07f1d commit 651ca88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/PhoneNumbers.Tests/TestHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ internal static CountryInfo CreateCountryInfo(
TrunkPrefix = trunkPrefix,
};

internal static PhoneNumber CreateGeographicPhoneNumber(
internal static GeographicPhoneNumber CreateGeographicPhoneNumber(
string trunkPrefix,
string ndc,
string sn,
Expand All @@ -40,7 +40,7 @@ internal static PhoneNumber CreateGeographicPhoneNumber(
SubscriberNumber = sn,
};

internal static PhoneNumber CreateMobilePhoneNumber(
internal static MobilePhoneNumber CreateMobilePhoneNumber(
string trunkPrefix,
string ndc,
string sn,
Expand All @@ -54,7 +54,7 @@ internal static PhoneNumber CreateMobilePhoneNumber(
SubscriberNumber = sn,
};

internal static PhoneNumber CreateNonGeographicPhoneNumber(
internal static NonGeographicPhoneNumber CreateNonGeographicPhoneNumber(
string trunkPrefix,
string ndc,
string sn,
Expand Down

0 comments on commit 651ca88

Please sign in to comment.