Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorPilley committed Dec 4, 2023
1 parent 9a68b0e commit b9d1546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/PhoneNumbers.Tests/ParseOptionsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public void Extensions_Throw_If_ParseOptions_Null()
{
var parseOptions = default(ParseOptions);

var methods = typeof(ParseOptionsExtensions)
typeof(ParseOptionsExtensions)
.GetMethods(BindingFlags.Static | BindingFlags.Public)
.Where(x => x.GetParameters().Length == 1 && x.GetParameters()[0].ParameterType == typeof(ParseOptions))
.ToList()
Expand Down

0 comments on commit b9d1546

Please sign in to comment.