From 3040dcc46b66a221ae5b124392087f4519b3b761 Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Wed, 24 Jan 2024 23:02:16 +0100 Subject: [PATCH] Add comment about test_self_updating_structs --- tests/gateway.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/gateway.rs b/tests/gateway.rs index 0109e2f..76f69ae 100644 --- a/tests/gateway.rs +++ b/tests/gateway.rs @@ -39,6 +39,8 @@ async fn test_gateway_authenticate() { #[cfg_attr(target_arch = "wasm32", wasm_bindgen_test::wasm_bindgen_test)] #[cfg_attr(not(target_arch = "wasm32"), tokio::test)] async fn test_self_updating_structs() { + // PRETTYFYME: This test is a bit of a mess, but it works. Ideally, each self-updating struct + // would have its own test. let mut bundle = common::setup().await; let received_channel = bundle