1
0
Fork 0
mirror of https://github.com/bitwarden/android.git synced 2025-01-16 21:03:55 +03:00
bitwarden-android/test/Common/AutoFixture/Attributes/AutoSubDataAttribute.cs

11 lines
260 B
C#
Raw Normal View History

using AutoFixture.AutoNSubstitute;
namespace Bit.Test.Common.AutoFixture.Attributes
{
public class AutoSubstitutionData : CustomAutoDataAttribute
{
public AutoSubstitutionData() : base(typeof(AutoNSubstituteCustomization))
{ }
}
}