Skip to content

Commit

Permalink
intentionally failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
KaranGauswami committed Sep 13, 2023
1 parent 662b6d6 commit 031d6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub enum EslError {
ConnectionError(String),

#[error("{0:?}")]
ApiError(String),
ApiError(String)

#[error("")]
CodeParseError(),
Expand Down

0 comments on commit 031d6f3

Please sign in to comment.