Skip to content

Commit 2e8e765

Browse files
authored
Comment out weight assertions in JobTest
Comment out assertions related to job weights for testing.
1 parent ece0594 commit 2e8e765

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Content.IntegrationTests/Tests/Round/JobTest.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,9 @@ public async Task JobWeightTest()
139139
var captain = pair.Server.ProtoMan.Index(Captain);
140140
var engineer = pair.Server.ProtoMan.Index(Engineer);
141141
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));
142+
// starlight change https://github.com/ss14Starlight/space-station-14/pull/1109
143+
//Assert.That(captain.Weight, Is.GreaterThan(engineer.Weight));
144+
//Assert.That(engineer.Weight, Is.EqualTo(passenger.Weight));
144145

145146
await pair.SetJobPriorities(
146147
//starlight change https://github.com/ss14Starlight/space-station-14/pull/1109

0 commit comments

Comments
 (0)