Skip to content

Commit feb8b55

Browse files
fix: removed unused variable
1 parent e0d2d77 commit feb8b55

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/externalsystems/Bpdm.Library/BpdmBusinessLogicTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -644,9 +644,6 @@ private IApplicationChecklistService.WorkerChecklistProcessStepData PreparePullL
644644
{
645645
BusinessPartnerNumber = "1"
646646
};
647-
var checklistEntry = _fixture.Build<ApplicationChecklistEntry>()
648-
.With(x => x.ApplicationChecklistEntryStatusId, ApplicationChecklistEntryStatusId.TO_DO)
649-
.Create();
650647
var checklist = new Dictionary<ApplicationChecklistEntryTypeId, ApplicationChecklistEntryStatusId>
651648
{
652649
{ ApplicationChecklistEntryTypeId.REGISTRATION_VERIFICATION, ApplicationChecklistEntryStatusId.DONE },

0 commit comments

Comments
 (0)