Skip to content

Commit

Permalink
Update message for failing to spawn.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyyapril committed Dec 26, 2024
1 parent f684930 commit 91ca7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.IntegrationTests/Tests/CargoTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 91ca7e3

Please sign in to comment.