Fix content.integration tests warnings (#17817)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Content.Server.GameTicking;
|
||||
using NUnit.Framework;
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.IntegrationTests.Tests.GameRules;
|
||||
@@ -37,7 +35,7 @@ public sealed class SecretStartsTest
|
||||
{
|
||||
foreach (var rule in gameTicker.GetAddedGameRules())
|
||||
{
|
||||
Assert.That(gameTicker.GetActiveGameRules().Contains(rule));
|
||||
Assert.That(gameTicker.GetActiveGameRules(), Does.Contain(rule));
|
||||
}
|
||||
|
||||
// End all rules
|
||||
|
||||
Reference in New Issue
Block a user