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()
950
950
{
951
951
var socket = Substitute . For < IArchipelagoSocketHelper > ( ) ;
952
952
var connectionInfo = Substitute . For < IConnectionInfoProvider > ( ) ;
953
- //connectionInfo.Slot.Returns(8);
954
- //connectionInfo.Team.Returns(2);
955
953
956
954
var sut = new DataStorageHelper ( socket , connectionInfo ) ;
957
955
@@ -971,8 +969,6 @@ public void GetRaceModeAsync_should_return_race_mode()
971
969
{
972
970
var socket = Substitute . For < IArchipelagoSocketHelper > ( ) ;
973
971
var connectionInfo = Substitute . For < IConnectionInfoProvider > ( ) ;
974
- //connectionInfo.Slot.Returns(7);
975
- //connectionInfo.Team.Returns(3);
976
972
977
973
var sut = new DataStorageHelper ( socket , connectionInfo ) ;
978
974
You can’t perform that action at this time.
0 commit comments