Skip to content

Commit

Permalink
Revert "Update TestHarness.cs"
Browse files Browse the repository at this point in the history
This reverts commit 56fa395.
  • Loading branch information
odinserj committed Oct 15, 2024
1 parent a28b4d4 commit c185777
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)
{
throw new Exception("");
return Task.CompletedTask;
}

public async Task Perform(string queue)
Expand Down

0 comments on commit c185777

Please sign in to comment.