Make tests follow field addition to instances table

This commit is contained in:
Kitaiti Makoto 2021-09-12 03:09:28 +09:00
parent 8b817d50c5
commit 037d670fb7
2 changed files with 4 additions and 0 deletions

View File

@ -164,6 +164,8 @@ mod tests {
name: random_hex().to_string(),
open_registrations: true,
public_domain: random_hex().to_string(),
private_key: None,
public_key: None,
},
)
.unwrap();

View File

@ -438,6 +438,8 @@ mod tests {
name: random_hex().to_string(),
open_registrations: true,
public_domain: random_hex().to_string(),
private_key: None,
public_key: None,
},
)
.unwrap();