Skip to content

Commit

Permalink
Fixes after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Nov 16, 2024
1 parent 4078041 commit 58c3f9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/NCronJob.Tests/NCronJobIntegrationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ public async Task CallingAddNCronJobMultipleTimesWillRegisterAllJobs()
jobFinished.ShouldBeTrue();
}

[Fact]
public void RegisteringDuplicatedJobsLeadToAnExceptionWhenRegistration()
{
Action act = () =>
Expand Down

0 comments on commit 58c3f9b

Please sign in to comment.