Skip to content

Commit bb7ae00

Browse files
Fix test assertion to match GQL default in init builder
Co-authored-by: agentofreality <4021243+agentofreality@users.noreply.github.com>
1 parent 305ea05 commit bb7ae00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/init/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ mod tests {
335335

336336
assert!(yaml.contains("# Tips:"));
337337
assert!(yaml.contains("# - Use environment variables: ${VAR_NAME:-default}"));
338-
assert!(yaml.contains("# - Update 'my-query' with your actual Cypher query"));
338+
assert!(yaml.contains("# - Update 'my-query' with your actual GQL query"));
339339
}
340340

341341
#[test]

0 commit comments

Comments
 (0)