]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Move StorageFills in smartfridge test prototypes to EntityTableContainerFills (#41561)
authorSnappingOpossum <snappingopossum@outlook.com>
Sun, 23 Nov 2025 20:56:35 +0000 (07:56 +1100)
committerGitHub <noreply@github.com>
Sun, 23 Nov 2025 20:56:35 +0000 (20:56 +0000)
Move smartfridge test prototypes to EntityTableContainerFills

Content.IntegrationTests/Tests/SmartFridge/SmartFridgeInteractionTest.cs

index aa2ebef606bdea326b64eaa43bb428ba038690d8..18f47e2701f10101f7ac1cce26e60f0e100744fb 100644 (file)
@@ -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]