Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jericho committed Aug 17, 2023
1 parent c4c70da commit d9ade4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ZoomNet.IntegrationTests/TestsRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public async Task<int> RunAsync()
// Do you want to proxy requests through a tool such as Fiddler? Very useful for debugging.
var useProxy = true;

// By default Fiddler4 uses port 8888 and Fiddler Everywhere uses port 8866
// By default Fiddler Classic uses port 8888 and Fiddler Everywhere uses port 8866
var proxyPort = 8888;

// What tests do you want to run
Expand Down

0 comments on commit d9ade4b

Please sign in to comment.