test: Add QQ Music Lyric Downloader UnitTest Method.

This commit is contained in:
real-zony
2021-05-08 18:30:53 +08:00
parent abdb1dea23
commit 8f70e434f0
11 changed files with 49 additions and 27 deletions

View File

@@ -40,7 +40,7 @@ namespace ZonyLrcTools.Tests.Infrastructure.Network
var client = ServiceProvider.GetRequiredService<IWarpHttpClient>();
var response = await client.GetAsync(@"https://www.baidu.com");
response.ShouldNotBeNull();
response.ShouldContain("百度");
}