From f22efef2d38b0003393e0d8ba77c46a873038986 Mon Sep 17 00:00:00 2001 From: SnappingOpossum Date: Mon, 24 Nov 2025 07:56:35 +1100 Subject: [PATCH] Move StorageFills in smartfridge test prototypes to EntityTableContainerFills (#41561) Move smartfridge test prototypes to EntityTableContainerFills --- .../SmartFridge/SmartFridgeInteractionTest.cs | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) 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]