mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
fix(tests)
This commit is contained in:
parent
bbe5f81914
commit
257871b56c
1 changed files with 4 additions and 1 deletions
|
@ -1483,7 +1483,10 @@ async fn test_fetching_subreddit_quarantined() {
|
||||||
|
|
||||||
#[tokio::test(flavor = "multi_thread")]
|
#[tokio::test(flavor = "multi_thread")]
|
||||||
async fn test_fetching_nsfw_subreddit() {
|
async fn test_fetching_nsfw_subreddit() {
|
||||||
let subreddit = Post::fetch("/r/randnsfw", false).await;
|
// Gonwild is a place for closed, Euclidean Geometric shapes to exchange their nth terms for karma; showing off their edges in a comfortable environment without pressure.
|
||||||
|
// Find a good sub that is tagged NSFW but that actually isn't in case my future employers are watching (they probably are)
|
||||||
|
// switched from randnsfw as it is no longer functional.
|
||||||
|
let subreddit = Post::fetch("/r/gonwild", false).await;
|
||||||
assert!(subreddit.is_ok());
|
assert!(subreddit.is_ok());
|
||||||
assert!(!subreddit.unwrap().0.is_empty());
|
assert!(!subreddit.unwrap().0.is_empty());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue