Skip to content

Commit 9038a7b

Browse files
committed
fixes
Signed-off-by: Jessie Frazelle <[email protected]>
1 parent 6bf8e1e commit 9038a7b

File tree

2 files changed

+9
-22
lines changed

2 files changed

+9
-22
lines changed

flake.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/tests.rs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -383,19 +383,6 @@ async fn test_main(ctx: &mut MainContext) {
383383
want_code: 0,
384384
..Default::default()
385385
},
386-
TestItem {
387-
name: "get the status of an async api call conversion".to_string(),
388-
args: vec![
389-
"zoo".to_string(),
390-
"api-call".to_string(),
391-
"status".to_string(),
392-
"1dafa0cc-6ce9-479c-8a7a-2c9989c447a7".to_string(),
393-
],
394-
want_out: r#"Saved file conversion output(s) to:"#.to_string(),
395-
want_err: "".to_string(),
396-
want_code: 0,
397-
..Default::default()
398-
},
399386
TestItem {
400387
name: "snapshot a kcl file as png".to_string(),
401388
args: vec![

0 commit comments

Comments
 (0)