Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
harshdoesdev authored and amitu committed Mar 8, 2024
1 parent 1151340 commit 6177965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftd/src/interpreter/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ fn test_extract_kwargs() {
baz: World
"#,
)
.unwrap_or_else(|e| panic!("{:?}", e));
.unwrap();

let tdoc = doc.tdoc();
let instructions = doc.get_instructions("foo#foo");
Expand Down

0 comments on commit 6177965

Please sign in to comment.