We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5436ebb commit f0beef9Copy full SHA for f0beef9
LinkDotNet.Blog.UnitTests/Infrastructure/Persistence/CachedRepositoryTests.cs
@@ -132,8 +132,8 @@ public async Task ShouldGetFreshDataAfterDelete()
132
133
repositoryMock.Verify(
134
r => r.GetAllAsync(
135
- It.IsAny<Expression<Func<BlogPost,bool>>>(),
136
- It.IsAny<Expression<Func<BlogPost,object>>>(),
+ It.IsAny<Expression<Func<BlogPost, bool>>>(),
+ It.IsAny<Expression<Func<BlogPost, object>>>(),
137
It.IsAny<bool>(),
138
It.IsAny<int>(),
139
It.IsAny<int>()),
0 commit comments