mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-05 14:07:39 +03:00
commit
1e554acd20
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ pub(crate) fn get_setting(name: &str) -> Option<String> {
|
||||||
use {sealed_test::prelude::*, std::fs::write};
|
use {sealed_test::prelude::*, std::fs::write};
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[sealed_test(env = [("LIBREDDIT_SFW_ONLY", "1")])]
|
#[sealed_test(env = [("LIBREDDIT_SFW_ONLY", "on")])]
|
||||||
fn test_env_var() {
|
fn test_env_var() {
|
||||||
assert!(crate::utils::sfw_only())
|
assert!(crate::utils::sfw_only())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue