File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/ServiceManagement/Services/Commands.Test/Profile Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 23
23
using Microsoft . WindowsAzure . Commands . Common ;
24
24
using Microsoft . WindowsAzure . Commands . Common . Test . Mocks ;
25
25
using Microsoft . WindowsAzure . Commands . Profile ;
26
+ using Microsoft . WindowsAzure . Commands . Profile . Models ;
26
27
using Microsoft . WindowsAzure . Commands . Utilities . Common ;
27
28
using System ;
28
29
using System . Collections . Generic ;
@@ -731,7 +732,7 @@ public void SelectAzureSubscriptionWithPassthroughPrintsSubscription()
731
732
732
733
// Verify
733
734
Assert . Equal ( 1 , commandRuntimeMock . OutputPipeline . Count ) ;
734
- Assert . True ( commandRuntimeMock . OutputPipeline [ 0 ] is AzureSubscription ) ;
735
+ Assert . True ( commandRuntimeMock . OutputPipeline [ 0 ] is PSAzureSubscription ) ;
735
736
}
736
737
737
738
[ Fact ]
You can’t perform that action at this time.
0 commit comments