You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/Digdir.Domain.Dialogporten.Application/Features/V1/ServiceOwner/Dialogs/Commands/Purge/PurgeDialogCommand.cs
Copy file name to clipboardexpand all lines: tests/Digdir.Domain.Dialogporten.Application.Integration.Tests/Features/V1/Common/Events/DomainEventsTests.cs
+2-2
Original file line number
Diff line number
Diff line change
@@ -242,7 +242,7 @@ public async Task Creates_DialogDeletedEvent_When_Dialog_Purged()
242
242
// Act
243
243
varpurgeCommand=newPurgeDialogCommand
244
244
{
245
-
Id=dialogId
245
+
DialogId=dialogId
246
246
};
247
247
248
248
awaitApplication.Send(purgeCommand);
@@ -273,7 +273,7 @@ public async Task Creates_DialogElementDeleted_CloudEvent_When_Purging_Dialog()
Copy file name to clipboardexpand all lines: tests/Digdir.Domain.Dialogporten.Application.Integration.Tests/Features/V1/Dialogs/Commands/PurgeDialogTests.cs
+3-3
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ public async Task Purge_RemovesDialog_FromDatabase()
0 commit comments