Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
chenwanqq committed Nov 26, 2023
1 parent 99569ff commit d2dac96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/config/src/v6.rs
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ mod tests {
use crate::{v4::Config, PersistIdentifier};
use std::path::Path;

pub static TEST_SERVER_ID_FILE_PATH: &str = include_str!("./server_id");
pub static TEST_SERVER_ID_FILE_PATH: &str = "./server_id"; //can not use include_str because sometimes it doesn't exist.
pub static CONFIG_V6_YAML: &str = include_str!("../sample/config_v6.yaml");
pub static CONFIG_V6_LL_YAML: &str = include_str!("../sample/config_v6_LL.yaml");
pub static CONFIG_V6_EN_YAML: &str = include_str!("../sample/config_v6_EN.yaml");
Expand Down

0 comments on commit d2dac96

Please sign in to comment.