Skip to content

Commit

Permalink
unused parameter removed
Browse files Browse the repository at this point in the history
  • Loading branch information
AnuragNagpure authored and Phil91 committed Jan 15, 2024
1 parent c4f1d7f commit 168f398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
using Microsoft.Extensions.Options;
using Microsoft.IdentityModel.Tokens;
using Offers.Library.Extensions;
using Offers.Library.Extensions;
using Org.Eclipse.TractusX.Portal.Backend.Apps.Service.ViewModels;
using Org.Eclipse.TractusX.Portal.Backend.Framework.ErrorHandling;
using Org.Eclipse.TractusX.Portal.Backend.Framework.Models;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public async Task GetOwnCompanyProvidedOfferSubscriptionStatusesUntrackedAsync_R
// Arrange
Guid? offerId = offerIdTxt == null ? null : new Guid(offerIdTxt);
var (sut, _) = await CreateSut().ConfigureAwait(false);

// Act
var results = await sut.GetOwnCompanyProvidedOfferSubscriptionStatusesUntrackedAsync(_userCompanyId, offerTypeId, sorting, offerSubscriptionStatusIds, offerId, null)(0, 15).ConfigureAwait(false);

Expand Down

0 comments on commit 168f398

Please sign in to comment.