Fix content.integration tests warnings (#17817)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Content.Server.Administration.Logs;
|
||||
using Content.Server.GameTicking;
|
||||
using Content.Shared.CCVar;
|
||||
using Content.Shared.Database;
|
||||
using NUnit.Framework;
|
||||
using Robust.Server.Player;
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
@@ -44,9 +40,9 @@ public sealed class QueryTests
|
||||
{
|
||||
Round = sGamerTicker.RoundId,
|
||||
Search = guid.ToString(),
|
||||
Types = new HashSet<LogType> {LogType.Unknown},
|
||||
Types = new HashSet<LogType> { LogType.Unknown },
|
||||
After = date,
|
||||
AnyPlayers = new[] {player.UserId.UserId}
|
||||
AnyPlayers = new[] { player.UserId.UserId }
|
||||
};
|
||||
|
||||
await PoolManager.WaitUntil(server, async () =>
|
||||
|
||||
Reference in New Issue
Block a user