From 2cfca6bcad61684c7b9d6ff05f25e8a63661df46 Mon Sep 17 00:00:00 2001 From: Dvir Date: Wed, 16 Oct 2024 18:29:04 +0300 Subject: [PATCH] Update CargoTest.cs --- Content.IntegrationTests/Tests/CargoTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.IntegrationTests/Tests/CargoTest.cs b/Content.IntegrationTests/Tests/CargoTest.cs index 70ea3b2fbb2..e111b79b96a 100644 --- a/Content.IntegrationTests/Tests/CargoTest.cs +++ b/Content.IntegrationTests/Tests/CargoTest.cs @@ -5,7 +5,7 @@ using Content.Server.Cargo.Systems; using Content.Server.Nutrition.Components; using Content.Server.Nutrition.EntitySystems; -using Content.Shared.Cargo.Components; +using Content.Shared.Cargo.Components; // Frontier using Content.Shared.Cargo.Prototypes; using Content.Shared.IdentityManagement; using Content.Shared.Stacks;