File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
src/OctoshiftCLI.Tests/Octoshift/Services Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . Collections . Generic ;
3
- using System . Collections . ObjectModel ;
4
3
using System . IO ;
5
4
using System . Linq ;
6
5
using System . Net ;
@@ -2007,7 +2006,7 @@ ... on User {
2007
2006
Column = 14
2008
2007
}
2009
2008
]
2010
- }
2009
+ }
2011
2010
]
2012
2011
} ;
2013
2012
Original file line number Diff line number Diff line change 1
1
using System ;
2
- using System . Collections . ObjectModel ;
3
2
using System . Threading . Tasks ;
4
3
using FluentAssertions ;
5
4
using Moq ;
@@ -947,7 +946,7 @@ public async Task ReclaimMannequin_FailedToReclaim_LogsError_Throws_OctoshiftCli
947
946
Message = failureMessage ,
948
947
Path = [ "createAttributionInvitation" ] ,
949
948
Locations = [ new Location ( ) { Line = 2 , Column = 14 } ]
950
- }
949
+ }
951
950
]
952
951
} ;
953
952
@@ -988,7 +987,7 @@ public async Task ReclaimMannequin_TwoMannequins_FailedToReclaimOne_LogsError_Th
988
987
Message = failureMessage ,
989
988
Path = [ "createAttributionInvitation" ] ,
990
989
Locations = [ new Location ( ) { Line = 2 , Column = 14 } ]
991
- }
990
+ }
992
991
]
993
992
} ;
994
993
You can’t perform that action at this time.
0 commit comments