Skip to content

Commit

Permalink
moving more misbehaving tests to StressTests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Jul 22, 2024
1 parent a52ae57 commit a9f5459
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/StressTests/StressTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\EventSourcingTests\EventSourcingTests.csproj" />
<ProjectReference Include="..\Marten\Marten.csproj" />
<ProjectReference Include="..\Marten.Testing.OtherAssembly\Marten.Testing.OtherAssembly.csproj" />
<ProjectReference Include="..\Marten.Testing.ThirdAssembly\Marten.Testing.ThirdAssembly.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Npgsql;
using Xunit;
using Shouldly;
using Weasel.Postgresql;
using Xunit;

namespace EventSourcingTests.Projections;
namespace StressTests;

[Collection("ioc")]
public class projections_with_IoC_services
Expand Down

0 comments on commit a9f5459

Please sign in to comment.