Skip to content

Commit

Permalink
Move PartnerService tests into Services folder
Browse files Browse the repository at this point in the history
  • Loading branch information
nozzlegear committed Jan 18, 2024
1 parent 3e43e9f commit 9778f21
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
using ShopifySharp.Infrastructure;
using Xunit;

namespace ShopifySharp.Tests;
namespace ShopifySharp.Tests.Services;

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

0 comments on commit 9778f21

Please sign in to comment.