From 1d4d4bc741a09952e93f9e845969fb71c05e2fa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 20 May 2025 17:00:22 +0200 Subject: [PATCH] refactor(tests): Create a submodule for the end-to-end encryption integration tests --- .../src/tests/{e2ee.rs => e2ee/mod.rs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename testing/matrix-sdk-integration-testing/src/tests/{e2ee.rs => e2ee/mod.rs} (100%) diff --git a/testing/matrix-sdk-integration-testing/src/tests/e2ee.rs b/testing/matrix-sdk-integration-testing/src/tests/e2ee/mod.rs similarity index 100% rename from testing/matrix-sdk-integration-testing/src/tests/e2ee.rs rename to testing/matrix-sdk-integration-testing/src/tests/e2ee/mod.rs