mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
update tests
This commit is contained in:
parent
77813fd17c
commit
663228f5f4
3 changed files with 58 additions and 20 deletions
|
|
@ -218,7 +218,7 @@ fn get_preset<'a>(presets: &'a [Preset], name: &str) -> Option<&'a Preset> {
|
|||
}
|
||||
|
||||
#[derive(Clone, Eq, PartialEq, Debug)]
|
||||
pub struct PresetService(String);
|
||||
pub struct PresetService(pub String);
|
||||
|
||||
#[async_trait::async_trait]
|
||||
impl ServiceTrait for PresetService {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue