fix(Mock): rename Fake
This commit is contained in:
@@ -7,12 +7,12 @@ namespace EnvelopeGenerator.Tests.Application;
|
||||
[TestFixture]
|
||||
public class HistoryTests
|
||||
{
|
||||
private Mock.Host _host;
|
||||
private Fake.Host _host;
|
||||
|
||||
[SetUp]
|
||||
public async Task Setup()
|
||||
{
|
||||
_host = Mock.CreateHost();
|
||||
_host = Fake.CreateHost();
|
||||
await _host.AddSampleReceivers();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user