Skip to content

Commit 5f99bcd

Browse files
committed
Fixed formatting
1 parent cb961eb commit 5f99bcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/recipes/recipe_ctx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class RecipeCtx:
2626
contain the target recipe to test as well as a python recipe."""
2727
recipe_build_order = []
2828
"""A recipe_build_order which should take into account the recipe we want
29-
to test as well as the possible dependant recipes"""
29+
to test as well as the possible dependent recipes"""
3030

3131
TEST_ARCH = 'arm64-v8a'
3232

tests/test_bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class BaseClassSetupBootstrap(object):
2222
`setUp` and `tearDown` methods.
2323
"""
2424

25-
TEST_ARCH='armeabi-v7a'
25+
TEST_ARCH = 'armeabi-v7a'
2626

2727
def setUp(self):
2828
self.ctx = Context()

0 commit comments

Comments
 (0)