Skip to content

Commit

Permalink
Add TestSubject attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
nozzlegear committed Jan 18, 2024
1 parent 7d2003c commit 3e43e9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ShopifySharp.Tests/Partner_Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
using System.Linq;
using System.Threading.Tasks;
using FluentAssertions;
using JetBrains.Annotations;
using ShopifySharp.Infrastructure;
using Xunit;

namespace ShopifySharp.Tests;

[Trait("Category", "Partners")]
[Trait("Category", "PartnerService")]
[TestSubject(typeof(PartnerService))]
public class PartnerTests
{
private async Task<JToken> Query(string query, IRequestExecutionPolicy policy = null)
Expand Down

0 comments on commit 3e43e9f

Please sign in to comment.