update test name

This commit is contained in:
Jeremy Wu 2021-02-22 21:27:36 +11:00
parent 9192ab7550
commit 77efbffa93

View file

@ -1,4 +1,4 @@
using NUnit.Framework;
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Text;
@ -11,7 +11,7 @@ namespace Flow.Launcher.Test
class HttpTest
{
[Test]
public void TestSettingUpdate()
public void GivenHttpProxy_WhenUpdated_ThenWebProxyShouldAlsoBeUpdatedToTheSame()
{
HttpProxy proxy = new HttpProxy();
Http.Proxy = proxy;