Skip to content

Commit e2aeca0

Browse files
author
Nataliya Hristova
authored
fix: update message assertion
1 parent f583230 commit e2aeca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/build/common/logtrace_tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ def test_102_platform_add_log_trace(self):
4242
assert "Package: " + self.app_id in output
4343
assert "Installed Android Targets" in output
4444
assert "Using Android SDK" in output
45-
assert "Project successfully created" in output
45+
assert "Platform android successfully added." in output

0 commit comments

Comments
 (0)