Skip to content

Commit

Permalink
Update JobTest.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Oct 12, 2024
1 parent 12f17a9 commit 781fe69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Content.IntegrationTests/Tests/Round/JobTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ namespace Content.IntegrationTests.Tests.Round;
[TestFixture]
public sealed class JobTest
{
private static readonly ProtoId<JobPrototype> Passenger = "Passenger";
private static readonly ProtoId<JobPrototype> Engineer = "StationEngineer";
private static readonly ProtoId<JobPrototype> Captain = "Captain";
private static readonly ProtoId<JobPrototype> Passenger = "Contractor"; // Frontier
private static readonly ProtoId<JobPrototype> Engineer = "StationTrafficController"; // Frontier
private static readonly ProtoId<JobPrototype> Captain = "StationRepresentative"; // Frontier

private static string _map = "JobTestMap";

Expand Down

0 comments on commit 781fe69

Please sign in to comment.