cleanup an rename compatibility mode

This commit is contained in:
Timo K
2026-01-07 16:08:20 +01:00
parent d814f60f23
commit 75fca3108a
6 changed files with 13 additions and 7 deletions

View File

@@ -37,7 +37,7 @@ vi.mock("../widget", () => ({
it.each([
[MatrixRTCMode.Legacy],
[MatrixRTCMode.Compatibil],
[MatrixRTCMode.Compatibility],
[MatrixRTCMode.Matrix_2_0],
])(
"expect leave when ElementWidgetActions.HangupCall is called (%s mode)",