Skip to content

Commit 11675a9

Browse files
committed
update test name
1 parent 7c62a2f commit 11675a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher.Test/HttpTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using NUnit.Framework;
1+
using NUnit.Framework;
22
using System;
33
using System.Collections.Generic;
44
using System.Text;
@@ -11,7 +11,7 @@ namespace Flow.Launcher.Test
1111
class HttpTest
1212
{
1313
[Test]
14-
public void TestSettingUpdate()
14+
public void GivenHttpProxy_WhenUpdated_ThenWebProxyShouldAlsoBeUpdatedToTheSame()
1515
{
1616
HttpProxy proxy = new HttpProxy();
1717
Http.Proxy = proxy;

0 commit comments

Comments
 (0)