From 283b900eedab990db3f17902ae6cdee82dac56dd Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sun, 6 Aug 2023 15:30:37 +1000 Subject: [PATCH] Another StationJobsTest fix (#18742) --- Content.IntegrationTests/Tests/Station/StationJobsTest.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.IntegrationTests/Tests/Station/StationJobsTest.cs b/Content.IntegrationTests/Tests/Station/StationJobsTest.cs index 751677dfd9..44955b78bc 100644 --- a/Content.IntegrationTests/Tests/Station/StationJobsTest.cs +++ b/Content.IntegrationTests/Tests/Station/StationJobsTest.cs @@ -27,7 +27,7 @@ public sealed class StationJobsTest id: FooStation minPlayers: 0 mapName: FooStation - mapPath: /Maps/Tests/empty.yml + mapPath: /Maps/Test/empty.yml stations: Station: mapNameTemplate: FooStation @@ -35,7 +35,7 @@ public sealed class StationJobsTest components: - type: StationJobs overflowJobs: - - Assistant + - Passenger availableJobs: TMime: [0, -1] TAssistant: [-1, -1]