Skip to content

Commit

Permalink
Bug Fix: (fluentassertions#1829) Added test for assertion scope - inn…
Browse files Browse the repository at this point in the history
…er to outer scope

Fixed typo
  • Loading branch information
Ruijin92 committed Nov 25, 2022
1 parent a3de8d1 commit 9ede529
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public void When_using_a_custom_strategy_it_should_include_failure_messages_of_a
}

[Fact]
public void When_nested_scope_is_desposed_it_passes_reports_to_parent_scope()
public void When_nested_scope_is_disposed_it_passes_reports_to_parent_scope()
{
// Arrange/Act
using (var outerScope = new AssertionScope())
Expand Down

0 comments on commit 9ede529

Please sign in to comment.