We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faaab86 commit da2a8b7Copy full SHA for da2a8b7
Archipelago.MultiClient.Net.Tests/DataStorageWrapperFixture.cs
@@ -950,8 +950,6 @@ public void GetRaceMode_should_return_race_mode()
950
{
951
var socket = Substitute.For<IArchipelagoSocketHelper>();
952
var connectionInfo = Substitute.For<IConnectionInfoProvider>();
953
- //connectionInfo.Slot.Returns(8);
954
- //connectionInfo.Team.Returns(2);
955
956
var sut = new DataStorageHelper(socket, connectionInfo);
957
@@ -971,8 +969,6 @@ public void GetRaceModeAsync_should_return_race_mode()
971
969
972
970
973
974
- //connectionInfo.Slot.Returns(7);
975
- //connectionInfo.Team.Returns(3);
976
977
978
0 commit comments