Skip to content

Commit

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

0 comments on commit c4c8ffd

Please sign in to comment.