We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2fb4a1 commit 512f284Copy full SHA for 512f284
Content.IntegrationTests/Tests/Chasm/ChasmTest.cs
@@ -131,14 +131,5 @@ public async Task ChasmGrappleTest()
131
// Check that the player no longer hooked.
132
Assert.That(grapplingSystem.IsEntityHooked(SPlayer), Is.False, "Player still hooked after dropping the grappling gun.");
133
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);
143
}
144
0 commit comments