Misspelling
Changed refernce to reference
This commit is contained in:
committed by
GitHub
parent
2b2ba523f5
commit
2b245aec82
@@ -785,7 +785,7 @@ public class DistributionSetManagementTest extends AbstractJpaIntegrationTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Description("Deletes a DS that is in use by either target assignment or rollout. Expected behaviour is a soft delete on the database, i.e. only marked as "
|
@Description("Deletes a DS that is in use by either target assignment or rollout. Expected behaviour is a soft delete on the database, i.e. only marked as "
|
||||||
+ "deleted, kept as refernce but unavailable for future use..")
|
+ "deleted, kept as reference but unavailable for future use..")
|
||||||
public void deleteAssignedDistributionSet() {
|
public void deleteAssignedDistributionSet() {
|
||||||
DistributionSet ds1 = testdataFactory.createDistributionSet("ds-1");
|
DistributionSet ds1 = testdataFactory.createDistributionSet("ds-1");
|
||||||
DistributionSet ds2 = testdataFactory.createDistributionSet("ds-2");
|
DistributionSet ds2 = testdataFactory.createDistributionSet("ds-2");
|
||||||
|
|||||||
Reference in New Issue
Block a user