Skip to content

Commit 20160f2

Browse files
author
vhristov5555
committed
Fix emulator instance in perf tests.
1 parent e402dbe commit 20160f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/perf/start_time.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def test_start_time(self, demo, config, device_name, device_id, first_start, sec
180180
start_time_expected = first_start
181181
second_start_expected = second_start
182182
Adb.reboot_device(self.DEVICE_ID)
183-
emulator.wait(self.DEVICE_ID)
183+
Emulator.wait(self.DEVICE_ID)
184184

185185
start_time_actual = 0
186186
second_start_actual = 0

0 commit comments

Comments
 (0)