Merge branch 'master-upstream' into expl_int_analyzer

This commit is contained in:
Paul
2021-01-23 19:09:18 +01:00
2256 changed files with 23129 additions and 16027 deletions

View File

@@ -18,7 +18,7 @@ using Robust.Shared.Localization.Macros;
namespace Content.Tests.Server.Preferences
{
[TestFixture]
public class ServerDbSqliteTests : RobustUnitTest
public class ServerDbSqliteTests : ContentUnitTest
{
private static HumanoidCharacterProfile CharlieCharlieson()
{
@@ -36,6 +36,7 @@ namespace Content.Tests.Server.Preferences
Color.Beige
),
ClothingPreference.Jumpskirt,
BackpackPreference.Backpack,
new Dictionary<string, JobPriority>
{
{SharedGameTicker.OverflowJob, JobPriority.High}

View File

@@ -47,7 +47,7 @@ namespace Content.Tests.Shared.Alert
{
alert.GetIcon(severity);
}
catch (ArgumentException e)
catch (ArgumentException)
{
Assert.Pass();
}