From 8b01e3e209425e4777ced4bd6ca7ebbe8c8efc4d Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Mon, 12 Aug 2024 17:17:15 +0100 Subject: [PATCH] test: make internal functions private --- testing/matrix-sdk-test/src/test_json/keys_query_sets.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/matrix-sdk-test/src/test_json/keys_query_sets.rs b/testing/matrix-sdk-test/src/test_json/keys_query_sets.rs index 1779c4aad..dd61f110b 100644 --- a/testing/matrix-sdk-test/src/test_json/keys_query_sets.rs +++ b/testing/matrix-sdk-test/src/test_json/keys_query_sets.rs @@ -915,7 +915,7 @@ impl PreviouslyVerifiedTestData { ruma_response_from_json(&data) } - pub fn device_1_keys_payload_carol() -> Value { + fn device_1_keys_payload_carol() -> Value { json!({ // Not self signed "algorithms": [ @@ -936,7 +936,7 @@ impl PreviouslyVerifiedTestData { }) } - pub fn device_2_keys_payload_carol() -> Value { + fn device_2_keys_payload_carol() -> Value { // Self-signed device json!({ "algorithms": [ @@ -958,7 +958,7 @@ impl PreviouslyVerifiedTestData { }) } - pub fn ssk_payload_carol() -> Value { + fn ssk_payload_carol() -> Value { json!({ "@carol:localhost": { "keys": {