Skip to content

Commit

Permalink
fix: unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
leoslopez committed Mar 1, 2024
1 parent 8599487 commit d1da682
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ public async Task
.Create();
var expectedTimeRestriction = fixture.Build<ContactPoliciesTimeRestriction>()
.With(x => x.AccountName, accountName)
.With(x => x.HourFrom, 1)
.With(x => x.HourTo, 2)
.Create();

var contactPoliciesRepositoryMock = new Mock<IContactPoliciesSettingsRepository>();
Expand Down

0 comments on commit d1da682

Please sign in to comment.