From ca7cffbc48450dc7d09527ef355a0f5ef69e4492 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Aguilera=20Puerto?= Date: Fri, 11 Sep 2020 19:59:45 +0200 Subject: [PATCH] new test case for removeratio test --- Content.IntegrationTests/Tests/Atmos/GasMixtureTest.cs | 1 + 1 file changed, 1 insertion(+) 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();