Skip to content

Commit

Permalink
Update TestHarness.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Oct 7, 2024
1 parent 75d231e commit 56fa395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hangfire.Harness/Processing/TestHarness.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class TestHarness : IHarnessV1
{
public Task Perform(int delay)
{
return Task.CompletedTask;
throw new Exception("");
}

public async Task Perform(string queue)
Expand Down

0 comments on commit 56fa395

Please sign in to comment.