Misspelling

Changed refernce to reference
This commit is contained in:
Jonathan Knoblauch
2016-06-13 14:50:45 +02:00
committed by GitHub
parent 2b2ba523f5
commit 2b245aec82

View File

@@ -785,7 +785,7 @@ public class DistributionSetManagementTest extends AbstractJpaIntegrationTest {
@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 "
+ "deleted, kept as refernce but unavailable for future use..")
+ "deleted, kept as reference but unavailable for future use..")
public void deleteAssignedDistributionSet() {
DistributionSet ds1 = testdataFactory.createDistributionSet("ds-1");
DistributionSet ds2 = testdataFactory.createDistributionSet("ds-2");