Skip to content

Commit

Permalink
Update Typo in test name
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin Krystianc <marcin.krystianc@gmail.com>
  • Loading branch information
larrytamnjong and marcin-krystianc authored Dec 20, 2024
1 parent 48365e7 commit 8453341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Consul.Test/ConnectTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public async Task Connect_CARoots()
}

[Fact]
public async Task Connent_GetCAConfigurationTest()
public async Task Connect_GetCAConfigurationTest()
{
var req = await _client.Connect.CAGetConfig();
var result = req.Response;
Expand Down

0 comments on commit 8453341

Please sign in to comment.