From bac157b037f11d006403b2085c70d1b302932938 Mon Sep 17 00:00:00 2001 From: Sebastian Keller Date: Tue, 30 May 2023 00:09:10 +0200 Subject: [PATCH] tests/wayland-unit: Fix typo Part-of: --- src/tests/wayland-unit-tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/wayland-unit-tests.c b/src/tests/wayland-unit-tests.c index 5ad5d5815..16d3eecfc 100644 --- a/src/tests/wayland-unit-tests.c +++ b/src/tests/wayland-unit-tests.c @@ -323,7 +323,7 @@ on_apply_limits_sync_point (MetaWaylandTestDriver *test_driver, if (sequence == 0) g_assert (data->state == APPLY_LIMIT_STATE_INIT); - else if (sequence == 0) + else if (sequence == 1) g_assert (data->state == APPLY_LIMIT_STATE_RESET); window = find_client_window ("toplevel-limits-test");