Skip to content

Commit

Permalink
Add missing category to unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
patchoulish committed Nov 18, 2024
1 parent 854b7b9 commit 8d0e1eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/Firecrawl.Tests/FirecrawlServiceTests.Map.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ await Assert.ThrowsExceptionAsync<ArgumentNullException>(
/// </summary>
/// <param name="options"></param>
/// <returns></returns>
[TestCategory(
"FirecrawlService")]
[TestCategory(
"Map")]
[TestCategory(
Expand All @@ -83,6 +85,8 @@ await Assert.ThrowsExceptionAsync<FirecrawlException>(
/// </summary>
/// <param name="options"></param>
/// <returns></returns>
[TestCategory(
"FirecrawlService")]
[TestCategory(
"Map")]
[TestCategory(
Expand Down
4 changes: 4 additions & 0 deletions source/Firecrawl.Tests/FirecrawlServiceTests.Scrape.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ await Assert.ThrowsExceptionAsync<ArgumentNullException>(
/// </summary>
/// <param name="options"></param>
/// <returns></returns>
[TestCategory(
"FirecrawlService")]
[TestCategory(
"Scrape")]
[TestCategory(
Expand All @@ -90,6 +92,8 @@ await Assert.ThrowsExceptionAsync<FirecrawlException>(
/// </summary>
/// <param name="options"></param>
/// <returns></returns>
[TestCategory(
"FirecrawlService")]
[TestCategory(
"Scrape")]
[TestCategory(
Expand Down

0 comments on commit 8d0e1eb

Please sign in to comment.