Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Commit

Permalink
chore: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosPavajeau committed Jan 17, 2021
1 parent 096255c commit 10f3667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kaizen.Test/Controllers/ClientsControllerTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public async Task Get_All_Clients_Requests()
}

[Test]
public async Task Get_Existing_tClient()
public async Task Get_Existing_Client()
{
ActionResult<ClientViewModel> result = await _clientsController.GetClient("1007870945");

Expand Down

0 comments on commit 10f3667

Please sign in to comment.