mirror of
https://github.com/bitwarden/android.git
synced 2024-11-01 15:45:42 +03:00
11 lines
260 B
C#
11 lines
260 B
C#
|
using AutoFixture.AutoNSubstitute;
|
||
|
|
||
|
namespace Bit.Test.Common.AutoFixture.Attributes
|
||
|
{
|
||
|
public class AutoSubstitutionData : CustomAutoDataAttribute
|
||
|
{
|
||
|
public AutoSubstitutionData() : base(typeof(AutoNSubstituteCustomization))
|
||
|
{ }
|
||
|
}
|
||
|
}
|