chore: fix nexttest for config crate

This commit is contained in:
Ayush Jha
2024-12-16 14:06:25 +05:45
parent 417af16ce1
commit 6cea505aab

View File

@@ -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,