mirror of
https://github.com/bitwarden/mobile
synced 2025-01-16 10:52:05 +01:00
11 lines
263 B
C#
11 lines
263 B
C#
|
using AutoFixture.AutoNSubstitute;
|
|||
|
|
|||
|
namespace Bit.Test.Common.AutoFixture.Attributes
|
|||
|
{
|
|||
|
public class AutoSubstitutionData : CustomAutoDataAttribute
|
|||
|
{
|
|||
|
public AutoSubstitutionData() : base(typeof(AutoNSubstituteCustomization))
|
|||
|
{ }
|
|||
|
}
|
|||
|
}
|