Skip to content

Commit 352750b

Browse files
committed
minimize more diffs
1 parent b349ef4 commit 352750b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dotnet/src/webdriver/SeleniumManager.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ internal sealed record SeleniumManagerResponse(IReadOnlyList<LogEntryResponse> L
215215
{
216216
public sealed record LogEntryResponse(string Level, string Message);
217217

218-
internal sealed record ResultResponse
218+
public sealed record ResultResponse
219219
(
220220
[property: JsonPropertyName(SeleniumManager.DriverPathKey)]
221221
string DriverPath,
@@ -224,7 +224,6 @@ string BrowserPath
224224
);
225225
}
226226

227-
228227
[JsonSerializable(typeof(SeleniumManagerResponse))]
229228
[JsonSourceGenerationOptions(PropertyNameCaseInsensitive = true)]
230229
internal sealed partial class SeleniumManagerSerializerContext : JsonSerializerContext;

0 commit comments

Comments
 (0)