mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
update test name
This commit is contained in:
parent
9192ab7550
commit
77efbffa93
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue