From 6b9e79f6d02424e5a0a20c17ac017de796d1b3b5 Mon Sep 17 00:00:00 2001 From: Dvir <39403717+dvir001@users.noreply.github.com> Date: Thu, 13 Jul 2023 21:13:57 +0300 Subject: [PATCH] Update VendingMachineRestockTest.cs --- .../Tests/VendingMachineRestockTest.cs | 38 ------------------- 1 file changed, 38 deletions(-) diff --git a/Content.IntegrationTests/Tests/VendingMachineRestockTest.cs b/Content.IntegrationTests/Tests/VendingMachineRestockTest.cs index d225c1e186c..5760e00f0f3 100644 --- a/Content.IntegrationTests/Tests/VendingMachineRestockTest.cs +++ b/Content.IntegrationTests/Tests/VendingMachineRestockTest.cs @@ -89,44 +89,6 @@ public sealed class VendingMachineRestockTest : EntitySystem canRestock: - BigTestInventory -#- type: entity -# parent: SecuredVendingMachineRestock -# id: TestRestockWrong -# name: TestRestockWrong -# components: -# - type: VendingMachineRestock -# canRestock: -# - OtherTestInventory - -#- type: entity -# parent: SecuredVendingMachineRestock -# id: TestRestockCorrect -# name: TestRestockCorrect -# components: -# - type: VendingMachineRestock -# canRestock: -# - TestInventory - -#- type: entity -# parent: SecuredVendingMachineRestock -# id: TestRestockExplode -# name: TestRestockExplode -# components: -# - type: Damageable -# damageContainer: Inorganic -# damageModifierSet: Metallic -# - type: Destructible -# thresholds: -# - trigger: -# !type:DamageTrigger -# damage: 20 -# behaviors: -# - !type:DoActsBehavior -# acts: [ 'Destruction' ] -# - type: VendingMachineRestock -# canRestock: -# - BigTestInventory - - type: entity parent: VendingMachine id: VendingMachineTest