These tests inadvertently re-ran mutators, the first time through loadTarget and the second time by running phases.Initialize() themselves. Some of the mutators that are executed in phases.Initialize() are also run as part of loadTarget. This is overdue a refactor to make it unambiguous what runs when. Until then, this removes the duplicated execution.
Changes
These tests inadvertently re-ran mutators, the first time through
loadTarget
and the second time by runningphases.Initialize()
themselves. Some of the mutators that are executed inphases.Initialize()
are also run as part ofloadTarget
. This is overdue a refactor to make it unambiguous what runs when. Until then, this removes the duplicated execution.Tests
Unit tests pass.