From 5b91bb77cf794db03b29c6f85cd5562f9ab4d3bf Mon Sep 17 00:00:00 2001 From: Vahid Farahmandian Date: Mon, 5 Apr 2021 15:37:21 +0430 Subject: [PATCH] Update TestPlanClient.ts Misspellings resolved --- src/TestPlan/TestPlanClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TestPlan/TestPlanClient.ts b/src/TestPlan/TestPlanClient.ts index c86c0ac3..bd7cddf5 100644 --- a/src/TestPlan/TestPlanClient.ts +++ b/src/TestPlan/TestPlanClient.ts @@ -42,7 +42,7 @@ export class TestPlanRestClient extends RestClientBase { * @param project - Project ID or project name * @param testConfiguartionId - ID of the test configuration to delete. */ - public async deleteTestConfguration( + public async deleteTestConfiguration( project: string, testConfiguartionId: number ): Promise {