Skip to content

Commit f9813f0

Browse files
PR comments fix
1 parent 481c209 commit f9813f0

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

src/Network/Network.Test/ScenarioTests/NetworkTestRunner.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ protected NetworkTestRunner(ITestOutputHelper output)
1717
{
1818
@"Common.ps1",
1919
@"../AzureRM.Resources.ps1",
20-
@"../AzureRM.Storage.ps1",
2120
})
2221
.WithNewRmModules (helper => new[]
2322
{
2423
helper.RMProfileModule,
2524
helper.GetRMModulePath("AzureRM.Monitor.psd1"),
2625
helper.GetRMModulePath("AzureRM.Network.psd1"),
2726
helper.GetRMModulePath("AzureRM.Compute.psd1"),
27+
helper.GetRMModulePath("AzureRM.Storage.psd1"),
2828
helper.GetRMModulePath("AzureRM.ContainerInstance.psd1"),
2929
helper.GetRMModulePath("AzureRM.OperationalInsights.psd1"),
3030
})

src/Network/Network.Test/ScenarioTests/NetworkWatcherAPITests.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,8 @@ public void TestFlowLog()
8181
TestRunner.RunTestScript("Test-FlowLog");
8282
}
8383

84-
#if NETSTANDARD
8584
[Fact(Skip = "This test only applies to desktop")]
8685
[Trait(Category.RunType, Category.DesktopOnly)]
87-
#else
88-
[Fact]
89-
#endif
9086
[Trait(Category.AcceptanceType, Category.CheckIn)]
9187
[Trait(Category.Owner, NrpTeamAlias.netanalyticsdev)]
9288
public void TestConnectivityCheck()

src/Network/Network.Test/ScenarioTests/PublicIpPrefixTests.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@
1313
// ----------------------------------------------------------------------------------
1414

1515
using Microsoft.Azure.Commands.Network.Test.ScenarioTests;
16+
using Microsoft.WindowsAzure.Commands.ScenarioTest;
17+
using Xunit;
1618

1719
namespace Commands.Network.Test.ScenarioTests
1820
{
19-
using global::Commands.Network.Test;
20-
using Microsoft.WindowsAzure.Commands.ScenarioTest;
21-
using Xunit;
2221

2322
public class PublicIpPrefixTests : NetworkTestRunner
2423
{

0 commit comments

Comments
 (0)