Skip to content

Commit

Permalink
test(JobInfo): fix unit test for JobInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
MingboPeng committed May 13, 2023
1 parent 93cdcb1 commit 6fabb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PollinationSDK.Tests/Api/JobsApiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ private JobInfo CreateTestJobInfo()
jobInfo.SetJobName("A new daylight simulation");

// check handler
jobInfo.CheckArgumentsWithHandlers("web", "csharp");
jobInfo.CheckArgumentsWithHandlers("web");

// run a job
jobInfo.SetCloudJob(Project.Owner.Name, Project.Name);
Expand Down

0 comments on commit 6fabb92

Please sign in to comment.