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 2323using Microsoft . WindowsAzure . Commands . Common ;
2424using Microsoft . WindowsAzure . Commands . Common . Test . Mocks ;
2525using Microsoft . WindowsAzure . Commands . Profile ;
26+ using Microsoft . WindowsAzure . Commands . Profile . Models ;
2627using Microsoft . WindowsAzure . Commands . Utilities . Common ;
2728using System ;
2829using 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 ]
You can’t perform that action at this time.
0 commit comments