diff --git a/Content.IntegrationTests/Tests/Atmos/GasMixtureTest.cs b/Content.IntegrationTests/Tests/Atmos/GasMixtureTest.cs index a34ccd0ccc..0b7f2f9e2d 100644 --- a/Content.IntegrationTests/Tests/Atmos/GasMixtureTest.cs +++ b/Content.IntegrationTests/Tests/Atmos/GasMixtureTest.cs @@ -51,6 +51,7 @@ namespace Content.IntegrationTests.Tests.Atmos [TestCase(0.75f)] [TestCase(1f)] [TestCase(0f)] + [TestCase(Atmospherics.BreathPercentage)] public async Task RemoveRatio(float ratio) { var server = StartServerDummyTicker();