Skip to content

Commit

Permalink
Fix default Identifier of BufferedStreamAssertions
Browse files Browse the repository at this point in the history
  • Loading branch information
Amos Onn committed Jan 11, 2022
1 parent 7864464 commit de40e93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Src/FluentAssertions/Streams/BufferedStreamAssertions.cs
Expand Up @@ -27,6 +27,8 @@ public BufferedStreamAssertions(BufferedStream stream)
{
}

protected override string Identifier => "bufferedstream";

#if NETCOREAPP2_1_OR_GREATER || NETSTANDARD2_1
/// <summary>
/// Asserts that the current <see cref="BufferedStream"/> has the <paramref name="expected"/> buffer size.
Expand Down

0 comments on commit de40e93

Please sign in to comment.