← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~tushar5526/launchpad-buildd:update-doc-string-for-test into launchpad-buildd:master

 

Tushar Gupta has proposed merging ~tushar5526/launchpad-buildd:update-doc-string-for-test into launchpad-buildd:master.

Commit message:
Update docstring for snap_seeding_wait_timeout test

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~tushar5526/launchpad-buildd/+git/launchpad-buildd/+merge/476583
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~tushar5526/launchpad-buildd:update-doc-string-for-test into launchpad-buildd:master.
diff --git a/lpbuildd/target/tests/test_lxd.py b/lpbuildd/target/tests/test_lxd.py
index ea654d2..6907fa4 100644
--- a/lpbuildd/target/tests/test_lxd.py
+++ b/lpbuildd/target/tests/test_lxd.py
@@ -302,7 +302,7 @@ class TestLXD(TestCase):
 
     def test_ensure_timeout_while_waiting_for_snap_seeding(self):
         """
-        This test ensures that there should always be a timeout
+        This test ensures that there must always be a timeout check
         while waiting for snaps seeding to complete during LXD builds
         """
         fs_fixture = self.useFixture(FakeFilesystem())