tests: testing getting default logo
This commit is contained in:
parent
a4ff4bca20
commit
fa1498bb67
3 changed files with 53 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue