Skip to content

Commit

Permalink
Remove redundant assignment in LogTests (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamco authored Feb 12, 2025
1 parent a7bbf70 commit fa0a95c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Fluid.Tests/LogTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public class LogTests
public LogTests(ITestOutputHelper output)
{
_output = output;
_output = output;
}

[Fact]
Expand Down

0 comments on commit fa0a95c

Please sign in to comment.