Skip to content

Commit

Permalink
fix tests regarding mmethod that had been made obsolete which caused …
Browse files Browse the repository at this point in the history
…a build failure.
  • Loading branch information
fbvilela committed Jan 22, 2024
1 parent 12dab12 commit 20dd4ae
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public TicketAuditResourceTests()
}

[Fact]
[Obsolete]
public async Task GetAllAsync_WhenCalled_ShouldGetAllTicketAudits()
{
var results = await _resource.GetAllAsync();
Expand All @@ -29,6 +30,7 @@ public async Task GetAllAsync_WhenCalled_ShouldGetAllTicketAudits()
}

[Fact]
[Obsolete]
public async Task GetAllAsync_WhenCalledAndLimitSet_ShouldGetAllTicketAudits()
{
var results = await _resource.GetAllAsync(new CursorPagerVariant
Expand Down

0 comments on commit 20dd4ae

Please sign in to comment.