mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Some minor clean-up.
This commit is contained in:
parent
50a8af0842
commit
910efb5941
7 changed files with 18 additions and 21 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Linq;
|
||||
using System.Linq.Expressions;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
@ -14,6 +15,7 @@ using NzbDrone.Test.Common.AutoMoq.Unity;
|
|||
|
||||
namespace NzbDrone.Test.Common.AutoMoq
|
||||
{
|
||||
[DebuggerStepThrough]
|
||||
public class AutoMoqer
|
||||
{
|
||||
internal readonly MockBehavior DefaultBehavior = MockBehavior.Default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue