Skip to content

Commit

Permalink
refactor: remove unused step definition
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-almeida-konkconsulting committed May 22, 2024
1 parent f1203fb commit 3d1106b
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ public async Task GivenAChallengeC()
_challengeId.Should().NotBeNullOrEmpty();
}

[When("a POST request is sent to the Challenges endpoint with")]
public async Task WhenAPOSTRequestIsSentToTheChallengesEndpointWith()
{
_response = await _sdk.Challenges.CreateChallenge();
}

[When("a POST request is sent to the Challenges endpoint")]
public async Task WhenAPOSTRequestIsSentToTheChallengesEndpoint()
{
Expand Down

0 comments on commit 3d1106b

Please sign in to comment.