Skip to content

Commit

Permalink
Merge pull request #18 from huhouhua/dev
Browse files Browse the repository at this point in the history
annotation version client api unit test
  • Loading branch information
huhouhua authored Oct 17, 2023
2 parents 9120d88 + 0d05c62 commit a398a9a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/ArgoCD.Client.Test/VersionClientTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ public class VersionClientTest
{
private readonly IVersionClient _client = new VersionClient(GetFacadeWithUnauthorized());

[Fact]
public async Task GetVersionInfoTest()
{
var file = await _client.GetVersionAsync().
ConfigureAwait(false);
//[Fact]
//public async Task GetVersionInfoTest()
//{
// var file = await _client.GetVersionAsync().
// ConfigureAwait(false);

}
//}
}
}

0 comments on commit a398a9a

Please sign in to comment.