mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: completing
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
272237b048
commit
6d6b22b697
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ void test_compositor__app_render_busy(void) {
|
|||
compositor_app_render_ready();
|
||||
cl_assert_equal_i(s_count_display_update, 0);
|
||||
|
||||
// Now fake the display update completeing. The app should know draw.
|
||||
// Now fake the display update completing. The app should know draw.
|
||||
s_display_update_in_progress = false;
|
||||
prv_handle_display_update_complete();
|
||||
cl_assert_equal_i(s_count_display_update, 1);
|
||||
|
|
Loading…
Add table
Reference in a new issue