mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-26 05:21:00 +00:00
Make tests follow field addition to instances table
This commit is contained in:
parent
8b817d50c5
commit
037d670fb7
2 changed files with 4 additions and 0 deletions
|
@ -164,6 +164,8 @@ mod tests {
|
||||||
name: random_hex().to_string(),
|
name: random_hex().to_string(),
|
||||||
open_registrations: true,
|
open_registrations: true,
|
||||||
public_domain: random_hex().to_string(),
|
public_domain: random_hex().to_string(),
|
||||||
|
private_key: None,
|
||||||
|
public_key: None,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
|
@ -438,6 +438,8 @@ mod tests {
|
||||||
name: random_hex().to_string(),
|
name: random_hex().to_string(),
|
||||||
open_registrations: true,
|
open_registrations: true,
|
||||||
public_domain: random_hex().to_string(),
|
public_domain: random_hex().to_string(),
|
||||||
|
private_key: None,
|
||||||
|
public_key: None,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
Loading…
Reference in a new issue