mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-10 14:48:27 +00:00
chore: fix nexttest for config crate
This commit is contained in:
@@ -310,7 +310,7 @@ scheduled_tasks:
|
|||||||
assert_eq!(
|
assert_eq!(
|
||||||
parsed,
|
parsed,
|
||||||
AppConfigV1 {
|
AppConfigV1 {
|
||||||
name: "test".to_string(),
|
name: Some("test".to_string()),
|
||||||
app_id: None,
|
app_id: None,
|
||||||
package: "ns/name@0.1.0".parse().unwrap(),
|
package: "ns/name@0.1.0".parse().unwrap(),
|
||||||
owner: None,
|
owner: None,
|
||||||
|
|||||||
Reference in New Issue
Block a user