summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.co.uk>2019-06-14 15:22:43 +0100
committerJames Ennis <james.ennis@codethink.co.uk>2019-06-17 15:54:59 +0100
commited71e7f1adace1df0c06038a8fd1a313cf14aee3 (patch)
tree2b6eda4d1f11fab27edd1a14bbb2b95132e9b0dc
parent6a2872f3fe0c5702f073ce4de73cbad7e9ee717c (diff)
downloadbuildstream-jennis/fix_typo.tar.gz
tests/frontend/pull.py: Fix typojennis/fix_typo
-rw-r--r--tests/frontend/pull.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/pull.py b/tests/frontend/pull.py
index dccbbfde3..25ff265b1 100644
--- a/tests/frontend/pull.py
+++ b/tests/frontend/pull.py
@@ -251,7 +251,7 @@ def test_push_pull_non_strict(cli, tmpdir, datafiles):
result.assert_success()
assert cli.get_element_state(project, 'target.bst') == 'cached'
- # Assert that everything is now cached in the reote.
+ # Assert that everything is now cached in the remote.
all_elements = ['target.bst', 'import-bin.bst', 'import-dev.bst', 'compose-all.bst']
for element_name in all_elements:
assert_shared(cli, share, project, element_name)