Skip to content

Commit

Permalink
Merge pull request #45 from romankr/romankr/parallel-scope
Browse files Browse the repository at this point in the history
Fix parallel scope
  • Loading branch information
getencapsulated authored Nov 14, 2024
2 parents fa6a9be + c3e0266 commit 92b8728
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

namespace OddsCollector.Functions.Tests.Tests.Strategies;

[Parallelizable(ParallelScope.All)]
internal class AdjustedConsensusStrategy
{
private static readonly IEnumerable<(UpcomingEvent UpcomingEvent, EventPrediction EventPrediction)>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace OddsCollector.Functions.Tests.Tests.Strategies.Configuration;

[Parallelizable(ParallelScope.All)]
internal class ServiceCollectionExtensions
{
[Test]
Expand Down

0 comments on commit 92b8728

Please sign in to comment.