Skip to content

Commit 40ad045

Browse files
kamal-kaur04francisf
authored andcommitted
minor updates
1 parent 4d6c06f commit 40ad045

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playwright-dotnet/PlaywrightSessionDetailsTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ public static async Task main(string[] args)
4848
// parse the data
4949
if (json_resp != null)
5050
{
51-
var session_details = JObject.Parse(json_resp);
51+
var sessionDetails = JObject.Parse(json_resp);
5252

5353
// print the session Details on IDE's console
54-
Console.WriteLine("GetSessionDetails response: \n" + session_details);
54+
Console.WriteLine("GetSessionDetails response: \n" + sessionDetails);
5555
}
5656
}
5757
catch (Exception err) {

0 commit comments

Comments
 (0)