We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c62a2f commit 11675a9Copy full SHA for 11675a9
Flow.Launcher.Test/HttpTest.cs
@@ -1,4 +1,4 @@
1
-using NUnit.Framework;
+using NUnit.Framework;
2
using System;
3
using System.Collections.Generic;
4
using System.Text;
@@ -11,7 +11,7 @@ namespace Flow.Launcher.Test
11
class HttpTest
12
{
13
[Test]
14
- public void TestSettingUpdate()
+ public void GivenHttpProxy_WhenUpdated_ThenWebProxyShouldAlsoBeUpdatedToTheSame()
15
16
HttpProxy proxy = new HttpProxy();
17
Http.Proxy = proxy;
0 commit comments