File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Archipelago.MultiClient.Net.Tests Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -950,8 +950,6 @@ public void GetRaceMode_should_return_race_mode()
950950 {
951951 var socket = Substitute . For < IArchipelagoSocketHelper > ( ) ;
952952 var connectionInfo = Substitute . For < IConnectionInfoProvider > ( ) ;
953- //connectionInfo.Slot.Returns(8);
954- //connectionInfo.Team.Returns(2);
955953
956954 var sut = new DataStorageHelper ( socket , connectionInfo ) ;
957955
@@ -971,8 +969,6 @@ public void GetRaceModeAsync_should_return_race_mode()
971969 {
972970 var socket = Substitute . For < IArchipelagoSocketHelper > ( ) ;
973971 var connectionInfo = Substitute . For < IConnectionInfoProvider > ( ) ;
974- //connectionInfo.Slot.Returns(7);
975- //connectionInfo.Team.Returns(3);
976972
977973 var sut = new DataStorageHelper ( socket , connectionInfo ) ;
978974
You can’t perform that action at this time.
0 commit comments