Fix integration tests.

This commit is contained in:
Pieter-Jan Briers
2020-05-24 22:13:57 +02:00
parent 26e07a627b
commit d2a38bdb00

View File

@@ -41,7 +41,7 @@ namespace Content.Server.GameObjects.Components.Chemistry
private Solution _containedSolution = new Solution();
private ReagentUnit _maxVolume;
private SolutionCaps _capabilities;
private string _fillInitState;
private string _fillInitState = "";
private int _fillInitSteps;
private string _fillPathString = "Objects/Chemistry/fillings.rsi";
private ResourcePath _fillPath;