Skip to content

Commit 512f284

Browse files
fix chasm heisentest (space-wizards#40456)
fix chasm test
1 parent c2fb4a1 commit 512f284

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Content.IntegrationTests/Tests/Chasm/ChasmTest.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,5 @@ public async Task ChasmGrappleTest()
131131
// Check that the player no longer hooked.
132132
Assert.That(grapplingSystem.IsEntityHooked(SPlayer), Is.False, "Player still hooked after dropping the grappling gun.");
133133
Assert.That(HasComp<JointRelayTargetComponent>(Player), Is.False, "Player still has the JointRelayTargetComponent after dropping the grappling gun.");
134-
135-
// Attempt (and fail) to walk past the chasm.
136-
await Move(DirectionFlag.West, 1f);
137-
138-
// Wait until we get deleted.
139-
await Pair.RunSeconds(5f);
140-
141-
// Check that the player was deleted
142-
AssertDeleted(Player);
143134
}
144135
}

0 commit comments

Comments
 (0)