Skip to content

Commit

Permalink
Space issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Katari.Manikanta authored and Katari.Manikanta committed Feb 21, 2024
1 parent 866051e commit db71812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Api/HumanTaskResourceApiTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public HumanTaskResourceApiTest(ITestOutputHelper testOutputHelper)
//_orkesApiClient = new OrkesApiClient(new Configuration(), new OrkesAuthenticationSettings(Constants.KEY_ID, Constants.KEY_SECRET));
//_humanTaskResourceApi = _orkesApiClient.GetClient<HumanTaskResourceApi>();

_testOutputHelper = testOutputHelper;
_testOutputHelper = testOutputHelper;
_humanTaskResourceApi = ApiExtensions.GetClient<HumanTaskResourceApi>();
}

Expand Down

0 comments on commit db71812

Please sign in to comment.