Revert "Fix integration tests."

This reverts commit d2a38bdb00.
This commit is contained in:
Pieter-Jan Briers
2020-06-08 14:14:37 +02:00
parent d724c56d38
commit fb5179b3b6

View File

@@ -42,7 +42,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;