Skip to content

Commit f96473a

Browse files
Bump FluentAssertions from 5.10.3 to 6.1.0 (#76)
Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 5.10.3 to 6.1.0. - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/master/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@5.10.3...6.1.0) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6927dd8 commit f96473a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Akka.MultiNode.TestAdapter.Tests/Internal/ResultSummaryTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public void ResultsSummaryOutcome(UnitTest[] tests, TestOutcome outcome)
7878
{
7979
var summary = new ResultSummary(tests, new Output());
8080

81-
summary.Outcome.Should().BeEquivalentTo(outcome);
81+
summary.Outcome.Should().Be(outcome);
8282
}
8383
}
8484
}

src/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<NetCoreTestVersion>netcoreapp3.1</NetCoreTestVersion>
2323
<NetTestVersion>net5.0</NetTestVersion>
2424
<NetStandardLibVersion>netstandard2.0</NetStandardLibVersion>
25-
<FluentAssertionsVersion>5.10.3</FluentAssertionsVersion>
25+
<FluentAssertionsVersion>6.1.0</FluentAssertionsVersion>
2626
<FsCheckVersion>2.9.0</FsCheckVersion>
2727
<AkkaVersion>1.4.26</AkkaVersion>
2828
<AkkaPackageTags>akka;actors;actor model;Akka;concurrency</AkkaPackageTags>

0 commit comments

Comments
 (0)