Skip to content

Commit

Permalink
fix: compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
tnotheis committed May 6, 2024
1 parent d4d842f commit 2e84847
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
using static Backbone.UnitTestTools.Data.TestDataGenerator;

namespace Backbone.Modules.Devices.Application.Tests.Tests.Identities.Commands.RejectDeletionProcess;

public class HandlerTests
{
[Fact]
Expand Down Expand Up @@ -46,8 +47,6 @@ public async Task Happy_path()

response.Id.Should().Be(deletionProcess.Id);
response.Status.Should().Be(DeletionProcessStatus.Rejected);
response.RejectedAt.Should().Be(utcNow);
response.RejectedByDevice.Should().Be(device.Id);
}

[Fact]
Expand Down

0 comments on commit 2e84847

Please sign in to comment.