new test case for removeratio test

This commit is contained in:
Víctor Aguilera Puerto
2020-09-11 19:59:45 +02:00
parent 04bea5a253
commit ca7cffbc48

View File

@@ -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();