Skip to content

Commit 62b378f

Browse files
Delete duplicate call to wiUtils.EnsureFieldsOnStateChange in unit tests
1 parent 34c8019 commit 62b378f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/WorkItemMigrator/tests/Migration.Wi-Import.Tests/WitClient/WitClientUtilsTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,8 +417,6 @@ public void When_calling_ensure_fields_on_a_wi_with_no_state_field_Then_no_execp
417417

418418
WorkItem createdWI = wiUtils.CreateWorkItem("User Story", false);
419419

420-
wiUtils.EnsureFieldsOnStateChange(rev, createdWI);
421-
422420
Assert.DoesNotThrow(() => wiUtils.EnsureFieldsOnStateChange(rev, createdWI));
423421

424422
Assert.Multiple(() =>

0 commit comments

Comments
 (0)