Skip to content

Commit

Permalink
Moving activity source tests to sequential integration
Browse files Browse the repository at this point in the history
  • Loading branch information
stebet committed Jan 26, 2024
1 parent a387d76 commit 0535eda
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
using Xunit;
using Xunit.Abstractions;

namespace Test.Integration
namespace Test.SequentialIntegration
{
public class TestActivitySource : IntegrationFixture
public class TestActivitySource : SequentialIntegrationFixture
{
public TestActivitySource(ITestOutputHelper output) : base(output)
{
Expand Down

0 comments on commit 0535eda

Please sign in to comment.