Skip to content

Commit

Permalink
Try to remove unnecessary tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bacecek committed Apr 7, 2024
1 parent 90ae9c1 commit 64be533
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/adbe_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,11 +467,7 @@ def test_location():

def test_debug_app():
_assert_success('debug-app set %s' % _TEST_APP_ID)
_assert_success('debug-app set %s -w' % _TEST_APP_ID)
_assert_success('debug-app set %s -p' % _TEST_APP_ID)
_assert_success('debug-app set %s -p -w' % _TEST_APP_ID)
_assert_fail('debug-app set %s' % _TEST_NON_EXISTANT_APP_ID)

_assert_success('debug-app clear')


Expand Down

0 comments on commit 64be533

Please sign in to comment.