Skip to content

Commit

Permalink
better prompt
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Dec 20, 2024
1 parent cb4775b commit dfff5cb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -688,9 +688,11 @@ access-control-allow-credentials: """#
"export".to_string(),
"--output-format=kcl".to_string(),
"a".to_string(),
"gear".to_string(),
"2x4".to_string(),
"mounting".to_string(),
"plate".to_string(),
],
want_out: r#" ="#.to_string(),
want_out: r#"wrote file "#.to_string(),
want_err: "".to_string(),
want_code: 0,
..Default::default()
Expand Down

0 comments on commit dfff5cb

Please sign in to comment.