1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

update tests

This commit is contained in:
Robin Appelman 2021-08-13 16:52:22 +02:00
commit 13efe65b9e
2 changed files with 6 additions and 6 deletions

View file

@ -121,7 +121,7 @@ fn test_option_parse() {
CloudOptions {
php: PhpVersion::Php74,
db: Database::Postgres,
services: vec![Service::Ldap(LDAP), Service::LdapAdmin(LDAPAdmin)],
services: vec![Service::LDAP(LDAP), Service::LDAPAdmin(LDAPAdmin)],
..Default::default()
}
);
@ -131,7 +131,7 @@ fn test_option_parse() {
CloudOptions {
php: PhpVersion::Php74,
db: Database::Postgres,
services: vec![Service::Ldap(LDAP), Service::LdapAdmin(LDAPAdmin)],
services: vec![Service::LDAP(LDAP), Service::LDAPAdmin(LDAPAdmin)],
..Default::default()
}
);