From b554ce4a87d693bca5c46d602ede2eba9ff4da74 Mon Sep 17 00:00:00 2001 From: Timo K Date: Wed, 3 Jun 2026 10:18:45 +0200 Subject: [PATCH] Update CallViewModel.test.ts --- src/state/CallViewModel/CallViewModel.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state/CallViewModel/CallViewModel.test.ts b/src/state/CallViewModel/CallViewModel.test.ts index 1bf26d9bb..09f6c1b25 100644 --- a/src/state/CallViewModel/CallViewModel.test.ts +++ b/src/state/CallViewModel/CallViewModel.test.ts @@ -900,7 +900,7 @@ describe.each([ ); // TODO add media to lk mocks - test.skip("onPipMediaOrientationUpdate is called with the spotlight media orientation", () => { + test("onPipMediaOrientationUpdate is called with the spotlight media orientation", () => { // Set the spy before creating the view model so the initial call is captured const onPipMediaOrientationUpdate = vi.fn(); window.controls.onPipMediaOrientationUpdate = onPipMediaOrientationUpdate;