Skip to content

Commit

Permalink
chore(deps): Bump NetEvolve.Defaults from 1.1.8 to 1.1.12 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 20, 2024
1 parent d457bff commit 0b02218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<GlobalPackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0" />
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
<GlobalPackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.12.19" />
<GlobalPackageReference Include="NetEvolve.Defaults" Version="1.1.8" />
<GlobalPackageReference Include="NetEvolve.Defaults" Version="1.1.12" />
<GlobalPackageReference Include="SonarAnalyzer.CSharp" Version="9.32.0.97167" Condition=" '$(BuildingInsideVisualStudio)' == 'true' " />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion tests/NetEvolve.FluentValue.Tests.Unit/ConstraintTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public void Value_InvalidConstraint_ThrowsInvalidOperationException(IConstraint
_ = Assert.Throws<InvalidOperationException>(() => constraint.IsSatisfiedBy(true));

public static TheoryData<IConstraint> InvalidConstraintData =>
new TheoryData<IConstraint> { Value.Not, Value.Null.And, Value.Not.And, Value.Null.Or };
[Value.Not, Value.Null.And, Value.Not.And, Value.Null.Or];

[Theory]
[MemberData(nameof(ConstraintValueData))]
Expand Down

0 comments on commit 0b02218

Please sign in to comment.