Skip to content

Commit

Permalink
Fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
p1va committed Jan 26, 2021
1 parent a02e99a commit 0df2624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/DotnetDocument.Tests/Strategies/TestCode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public User Get(string id)

public const string BlockCtor = @"
/// <summary>
/// Creates a new instance of the user service class.
/// Creates a new instance of the <see cref=""UserService""/> class.
/// </summary>
/// <param name=""logger"">The logger.</param>
/// <param name=""userRepository"">The user repository.</param>
Expand Down

0 comments on commit 0df2624

Please sign in to comment.