Skip to content

Commit 6369b4a

Browse files
committed
update method name
1 parent 8405247 commit 6369b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/Response.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ public string ToJson()
221221
/// </summary>
222222
/// <exception cref="WebDriverException">If <see cref="Value"/> is <see langword="null"/>.</exception>
223223
[MemberNotNull(nameof(Value))]
224-
internal void ThrowIfValueNull()
224+
internal void EnsureHasValue()
225225
{
226226
if (Value is null)
227227
{

0 commit comments

Comments
 (0)