]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Validate `ProtoId`s in tests (#38745)
authorTayrtahn <tayrtahn@gmail.com>
Fri, 4 Jul 2025 20:48:55 +0000 (16:48 -0400)
committerGitHub <noreply@github.com>
Fri, 4 Jul 2025 20:48:55 +0000 (22:48 +0200)
commit3a278bca8bf690d8e2b8553773ac8e7c5b2f544f
treebc5a5405e141d55be6589120a03cd64c08a20b9f
parentc3267c6db03b99017b96c0dfdf4afe3b30a82950
Validate `ProtoId`s in tests (#38745)

* Convert string literals to protoids in Content.Tests

* Convert string literals to protoids or consts in Content.IntegrationTests

* Fix linter failures
Tricksy static using misled me
17 files changed:
Content.IntegrationTests/Tests/Atmos/AlarmThresholdTest.cs
Content.IntegrationTests/Tests/Commands/RejuvenateTest.cs
Content.IntegrationTests/Tests/Commands/SuicideCommandTests.cs
Content.IntegrationTests/Tests/Construction/Interaction/WindowRepair.cs
Content.IntegrationTests/Tests/Damageable/DamageableTest.cs
Content.IntegrationTests/Tests/Destructible/DestructibleDamageGroupTest.cs
Content.IntegrationTests/Tests/Destructible/DestructibleDamageTypeTest.cs
Content.IntegrationTests/Tests/Destructible/DestructibleDestructionTest.cs
Content.IntegrationTests/Tests/Destructible/DestructibleTestPrototypes.cs
Content.IntegrationTests/Tests/Destructible/DestructibleThresholdActivationTest.cs
Content.IntegrationTests/Tests/Minds/MindTests.cs
Content.IntegrationTests/Tests/PostMapInitTest.cs
Content.IntegrationTests/Tests/Station/StationJobsTest.cs
Content.IntegrationTests/Tests/Vending/VendingInteractionTest.cs
Content.IntegrationTests/Tests/VendingMachineRestockTest.cs
Content.Tests/Shared/DamageTest.cs
Content.Tests/Shared/LocalizedDatasetPrototypeTest.cs