There was an error while loading. Please reload this page.
1 parent ece0594 commit 2e8e765Copy full SHA for 2e8e765
1 file changed
Content.IntegrationTests/Tests/Round/JobTest.cs
@@ -139,8 +139,9 @@ public async Task JobWeightTest()
139
var captain = pair.Server.ProtoMan.Index(Captain);
140
var engineer = pair.Server.ProtoMan.Index(Engineer);
141
var passenger = pair.Server.ProtoMan.Index(Passenger);
142
- Assert.That(captain.Weight, Is.GreaterThan(engineer.Weight));
143
- Assert.That(engineer.Weight, Is.EqualTo(passenger.Weight));
+ // starlight change https://github.com/ss14Starlight/space-station-14/pull/1109
+ //Assert.That(captain.Weight, Is.GreaterThan(engineer.Weight));
144
+ //Assert.That(engineer.Weight, Is.EqualTo(passenger.Weight));
145
146
await pair.SetJobPriorities(
147
//starlight change https://github.com/ss14Starlight/space-station-14/pull/1109
0 commit comments