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