Skip to content

Commit da188f4

Browse files
committed
oops
1 parent 85905a3 commit da188f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_apps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def _run_app_test(
5858
self, app_name: str, app_dirname: str = None, minimum_passed_cases: int = None,
5959
fall_back_to_ofc: bool = False):
6060
if app_name not in _APPS_ROOT_PATHS and app_name in _APPS_OPTIONAL:
61-
self.skip('{} directory not found'.format(app_name))
61+
self.skipTest('{} directory not found'.format(app_name))
6262
if app_dirname is None:
6363
app_dirname = app_name
6464

0 commit comments

Comments
 (0)