Skip to content

Commit

Permalink
Fix test unit (last time ?)
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Jul 25, 2024
1 parent 4d86179 commit 94c2e40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/utils/test_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def test_find_application_ok_rust(self):
expected = tmp_dir / appname
expected.touch()
result = misc.find_application(app_path, device, sdk)
expected = app_path / "target" / "release" / appname
self.assertEqual(result, expected)

def test_find_application_nok_not_dir(self):
Expand Down

0 comments on commit 94c2e40

Please sign in to comment.