Skip to content

Commit

Permalink
chore: trigger Rust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno committed Sep 23, 2024
1 parent 4914a49 commit 2e099db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema-engine/cli/tests/cli_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ where
.or_else(|| panic_payload.downcast_ref::<String>().map(|s| s.to_owned()))
.unwrap_or_default();

panic!("Error: '{}'", res)
panic!("Error: '{}'", res);
}
}
}
Expand Down

0 comments on commit 2e099db

Please sign in to comment.