We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f583230 commit e2aeca0Copy full SHA for e2aeca0
tests/build/common/logtrace_tests.py
@@ -42,4 +42,4 @@ def test_102_platform_add_log_trace(self):
42
assert "Package: " + self.app_id in output
43
assert "Installed Android Targets" in output
44
assert "Using Android SDK" in output
45
- assert "Project successfully created" in output
+ assert "Platform android successfully added." in output
0 commit comments