Skip to content

Commit

Permalink
Fixed warning in composition root tests
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerohegartyDfE committed Nov 7, 2024
1 parent b2922a2 commit 77765e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ await searchByKeywordService
searchKeyword: "Test",
searchIndex: "Index",
searchOptions: new Azure.Search.Documents.SearchOptions()
);
)!;

response.Should().NotBeNull();
}
Expand Down

0 comments on commit 77765e1

Please sign in to comment.