Skip to content

Commit

Permalink
add test todos
Browse files Browse the repository at this point in the history
  • Loading branch information
beanpuppy committed Jan 9, 2024
1 parent dab2003 commit c983e41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/models/subreddit/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,9 @@ mod tests {
use super::Subreddit;
use super::Subreddits;

// TODO: fix this in gha
// #[maybe_async::test(feature = "blocking", async(not(feature = "blocking"), tokio::test))]
#[allow(dead_code)]
#[maybe_async::async_impl]
async fn test_no_auth() {
let subreddit = Subreddit::new("astolfo");
Expand Down
2 changes: 2 additions & 0 deletions src/models/user/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ mod tests {
use super::User;
use crate::util::FeedOption;

// TODO: fix this in gha
// #[maybe_async::test(feature = "blocking", async(not(feature = "blocking"), tokio::test))]
#[allow(dead_code)]
#[maybe_async::async_impl]
async fn test_no_auth() {
let user = User::new("beneater");
Expand Down

0 comments on commit c983e41

Please sign in to comment.