From 9d581441e82244e8dd213fb66cf2f24a2b22df09 Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Wed, 22 Nov 2023 20:54:51 +0100 Subject: [PATCH] Remove "prettyfyme" -> solved --- tests/auth.rs | 1 - tests/channels.rs | 1 - tests/gateway.rs | 1 - tests/guilds.rs | 1 - tests/instance.rs | 1 - tests/invites.rs | 1 - tests/members.rs | 1 - tests/messages.rs | 1 - tests/relationships.rs | 1 - tests/roles.rs | 1 - 10 files changed, 10 deletions(-) diff --git a/tests/auth.rs b/tests/auth.rs index 538e5cc..c105841 100644 --- a/tests/auth.rs +++ b/tests/auth.rs @@ -1,7 +1,6 @@ use std::borrow::BorrowMut; use chorus::types::{LoginSchema, RegisterSchema}; -// PRETTYFYME: Move common wasm setup to common.rs #[cfg(target_arch = "wasm32")] use wasm_bindgen_test::*; #[cfg(target_arch = "wasm32")] diff --git a/tests/channels.rs b/tests/channels.rs index 864165a..d9842c6 100644 --- a/tests/channels.rs +++ b/tests/channels.rs @@ -4,7 +4,6 @@ use chorus::types::{ }; mod common; -// PRETTYFYME: Move common wasm setup to common.rs #[cfg(target_arch = "wasm32")] use wasm_bindgen_test::*; diff --git a/tests/gateway.rs b/tests/gateway.rs index 68a203a..5bf5865 100644 --- a/tests/gateway.rs +++ b/tests/gateway.rs @@ -5,7 +5,6 @@ use std::sync::{Arc, RwLock}; use chorus::errors::GatewayError; use chorus::gateway::*; use chorus::types::{self, ChannelModifySchema, RoleCreateModifySchema, RoleObject}; -// PRETTYFYME: Move common wasm setup to common.rs #[cfg(target_arch = "wasm32")] use wasm_bindgen_test::*; #[cfg(target_arch = "wasm32")] diff --git a/tests/guilds.rs b/tests/guilds.rs index 360113d..ab955de 100644 --- a/tests/guilds.rs +++ b/tests/guilds.rs @@ -3,7 +3,6 @@ use chorus::types::{ }; mod common; -// PRETTYFYME: Move common wasm setup to common.rs #[cfg(target_arch = "wasm32")] use wasm_bindgen_test::*; #[cfg(target_arch = "wasm32")] diff --git a/tests/instance.rs b/tests/instance.rs index 56f4d6d..f1243a5 100644 --- a/tests/instance.rs +++ b/tests/instance.rs @@ -1,5 +1,4 @@ mod common; -// PRETTYFYME: Move common wasm setup to common.rs #[cfg(target_arch = "wasm32")] use wasm_bindgen_test::*; #[cfg(target_arch = "wasm32")] diff --git a/tests/invites.rs b/tests/invites.rs index d830ee8..ae1b9ab 100644 --- a/tests/invites.rs +++ b/tests/invites.rs @@ -1,6 +1,5 @@ mod common; use chorus::types::CreateChannelInviteSchema; -// PRETTYFYME: Move common wasm setup to common.rs #[cfg(target_arch = "wasm32")] use wasm_bindgen_test::*; #[cfg(target_arch = "wasm32")] diff --git a/tests/members.rs b/tests/members.rs index c9072ef..9b415c3 100644 --- a/tests/members.rs +++ b/tests/members.rs @@ -1,5 +1,4 @@ use chorus::{errors::ChorusResult, types::GuildMember}; -// PRETTYFYME: Move common wasm setup to common.rs #[cfg(target_arch = "wasm32")] use wasm_bindgen_test::*; #[cfg(target_arch = "wasm32")] diff --git a/tests/messages.rs b/tests/messages.rs index fc59a42..7ff7598 100644 --- a/tests/messages.rs +++ b/tests/messages.rs @@ -2,7 +2,6 @@ use std::fs::File; use std::io::{BufReader, Read}; use chorus::types::{self, Guild, Message, MessageSearchQuery}; -// PRETTYFYME: Move common wasm setup to common.rs #[cfg(target_arch = "wasm32")] use wasm_bindgen_test::*; #[cfg(target_arch = "wasm32")] diff --git a/tests/relationships.rs b/tests/relationships.rs index 156f6eb..c8ee9cc 100644 --- a/tests/relationships.rs +++ b/tests/relationships.rs @@ -1,5 +1,4 @@ use chorus::types::{self, Relationship, RelationshipType}; -// PRETTYFYME: Move common wasm setup to common.rs #[cfg(target_arch = "wasm32")] use wasm_bindgen_test::*; #[cfg(target_arch = "wasm32")] diff --git a/tests/roles.rs b/tests/roles.rs index ca58582..8dda704 100644 --- a/tests/roles.rs +++ b/tests/roles.rs @@ -1,5 +1,4 @@ use chorus::types::{self, RoleCreateModifySchema, RoleObject}; -// PRETTYFYME: Move common wasm setup to common.rs #[cfg(target_arch = "wasm32")] use wasm_bindgen_test::*; #[cfg(target_arch = "wasm32")]