~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/scripts/tests/test_initialise_distroseries.py

Fix style (as per MP's comments).

Show diffs side-by-side

added added

removed removed

Lines of Context:
390
390
    def test_is_initialized(self):
391
391
        # At the end of the initialisation, the distroseriesparent is marked
392
392
        # as 'initialised'.
393
 
        child = self._full_initialise(rebuild=True, overlays={})
 
393
        child = self._full_initialise(rebuild=True, overlays=())
394
394
        dsp_set = getUtility(IDistroSeriesParentSet)
395
395
        distroseriesparent = dsp_set.getByDerivedAndParentSeries(
396
396
            child, self.parent)