1
0
mirror of https://github.com/bitwarden/mobile synced 2025-01-16 10:52:05 +01:00
Bitwarden-app-android-iphon.../test/Common/AutoFixture/Attributes/AutoSubDataAttribute.cs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
263 B
C#
Raw Normal View History

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