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 29bcb39 commit a89e2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.IntegrationTests/Tests/Round/JobTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace Content.IntegrationTests.Tests.Round;
public sealed class JobTest
{
private static readonly ProtoId<JobPrototype> Passenger = "Contractor"; // Frontier
private static readonly ProtoId<JobPrototype> Engineer = "StationTrafficController"; // Frontier
private static readonly ProtoId<JobPrototype> Engineer = "Pilot"; // Frontier
private static readonly ProtoId<JobPrototype> Captain = "StationRepresentative"; // Frontier

private static string _map = "JobTestMap";
Expand Down

0 comments on commit a89e2da

Please sign in to comment.