tests: testing getting default logo

This commit is contained in:
Philippe Loctaux 2023-03-05 00:42:36 +01:00
parent a4ff4bca20
commit fa1498bb67
3 changed files with 53 additions and 1 deletions

View file

@ -21,7 +21,7 @@ pub struct Settings {
}
const DEFAULT_BUSINESS_NAME: &str = "ezidam";
const DEFAULT_BUSINESS_LOGO: &[u8] = include_bytes!("../../../logo/ezidam.png");
pub const DEFAULT_BUSINESS_LOGO: &[u8] = include_bytes!("../../../logo/ezidam.png");
impl From<DatabaseSettings> for Settings {
fn from(db: DatabaseSettings) -> Self {