Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
korvyashka committed Aug 5, 2024
1 parent c66645e commit b7c7014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/edge_app_manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ settings:
let file_path = write_to_tempfile(&dir, file_name, content);
let result = EdgeAppManifest::ensure_manifest_is_valid(&file_path);
assert!(result.is_err());
assert!(result.unwrap_err().to_string().contains(
assert!(result.unwrap_err().to_string().contains(
"Setting \"screenly_setting\" cannot start with \"screenly_\" as this prefix is preserved."
));
}
Expand Down

0 comments on commit b7c7014

Please sign in to comment.