Skip to content

Commit

Permalink
remove build waring in test
Browse files Browse the repository at this point in the history
  • Loading branch information
CathLass committed Nov 18, 2024
1 parent 77765e1 commit cc2e2db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public async Task AddAzureSearchServices_RegistersAllDependencies()

// act
var response =
await searchByKeywordService
await searchByKeywordService!
.SearchAsync<ExpandoObject>(
searchKeyword: "Test",
searchIndex: "Index",
Expand Down

0 comments on commit cc2e2db

Please sign in to comment.