Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updating comments
  • Loading branch information
gnarturo committed May 19, 2015
commit d3de5169bebccee81e756d6a55f4489b91017d9d
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@

namespace Tracker.SqlServer.Test
{
/// <summary>
/// Tests interceptors with future queries
/// </summary>
public class InterceptorTest
{
[Fact]
Expand Down Expand Up @@ -68,7 +71,6 @@ public void TestInterception()
Arg.Any<DbCommandInterceptionContext<int>>());

DbInterception.Remove(interceptor);

}
}
}
Expand Down