Skip to content

Commit b3efaa6

Browse files
committed
Modernise and cleanup
1 parent 28a419c commit b3efaa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AdapterTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Adapter.Tests
99
{
1010
public class AdapterShould
1111
{
12-
private Fixture _fixture = new Fixture();
12+
private readonly Fixture _fixture = new();
1313

1414
[Fact]
1515
public void Return_SocialMediaProfileContent_WhenAccessingViaAdapter()

0 commit comments

Comments
 (0)