diff --git a/Content.IntegrationTests/Tests/SmartFridge/SmartFridgeInteractionTest.cs b/Content.IntegrationTests/Tests/SmartFridge/SmartFridgeInteractionTest.cs index aa2ebef606..18f47e2701 100644 --- a/Content.IntegrationTests/Tests/SmartFridge/SmartFridgeInteractionTest.cs +++ b/Content.IntegrationTests/Tests/SmartFridge/SmartFridgeInteractionTest.cs @@ -17,19 +17,21 @@ public sealed class SmartFridgeInteractionTest : InteractionTest parent: PillCanister id: {SampleDumpableAndInsertableId} components: - - type: StorageFill - contents: - - id: PillCopper - amount: 5 + - type: EntityTableContainerFill + containers: + storagebase: + id: PillCopper + amount: 5 - type: entity parent: ChemBag id: {SampleDumpableId} components: - - type: StorageFill - contents: - - id: PillCopper - amount: 5 + - type: EntityTableContainerFill + containers: + storagebase: + id: PillCopper + amount: 5 "; [Test]