Skip to content

Commit e19b79d

Browse files
committed
Merge pull request #1 from stankovski/dev
Fixed SelectAzureSubscriptionWithPassthroughPrintsSubscription test
2 parents 173eb34 + 8541aac commit e19b79d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ServiceManagement/Services/Commands.Test/Profile/ProfileCmdltsTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
using Microsoft.WindowsAzure.Commands.Common;
2424
using Microsoft.WindowsAzure.Commands.Common.Test.Mocks;
2525
using Microsoft.WindowsAzure.Commands.Profile;
26+
using Microsoft.WindowsAzure.Commands.Profile.Models;
2627
using Microsoft.WindowsAzure.Commands.Utilities.Common;
2728
using System;
2829
using System.Collections.Generic;
@@ -731,7 +732,7 @@ public void SelectAzureSubscriptionWithPassthroughPrintsSubscription()
731732

732733
// Verify
733734
Assert.Equal(1, commandRuntimeMock.OutputPipeline.Count);
734-
Assert.True(commandRuntimeMock.OutputPipeline[0] is AzureSubscription);
735+
Assert.True(commandRuntimeMock.OutputPipeline[0] is PSAzureSubscription);
735736
}
736737

737738
[Fact]

0 commit comments

Comments
 (0)