diff --git a/Content.IntegrationTests/Tests/CargoTest.cs b/Content.IntegrationTests/Tests/CargoTest.cs index 5b6ebef8bd0..e2b82ff966f 100644 --- a/Content.IntegrationTests/Tests/CargoTest.cs +++ b/Content.IntegrationTests/Tests/CargoTest.cs @@ -132,7 +132,7 @@ await server.WaitAssertion(() => } catch (Exception e) { - Assert.Fail(proto); + Assert.Fail($"Prototype {proto} failed to spawn! Is your configuration invalid?"); return; }