1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

update tests

This commit is contained in:
Robin Appelman 2023-07-16 17:44:44 +02:00
commit 663228f5f4
3 changed files with 58 additions and 20 deletions

View file

@ -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 {