Skip to content

Commit 0535eda

Browse files
committed
Moving activity source tests to sequential integration
1 parent a387d76 commit 0535eda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/Test/Integration/TestActivitySource.cs renamed to projects/Test/SequentialIntegration/TestActivitySource.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
using Xunit;
4242
using Xunit.Abstractions;
4343

44-
namespace Test.Integration
44+
namespace Test.SequentialIntegration
4545
{
46-
public class TestActivitySource : IntegrationFixture
46+
public class TestActivitySource : SequentialIntegrationFixture
4747
{
4848
public TestActivitySource(ITestOutputHelper output) : base(output)
4949
{

0 commit comments

Comments
 (0)