Skip to content

Commit

Permalink
fix(ic-certification-testing): remove unnecessary CertificationTestEr…
Browse files Browse the repository at this point in the history
…ror conversion
  • Loading branch information
chenyan-dfinity authored and nathanosdev committed Jan 15, 2024
1 parent 8510efa commit 4b1141c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/ic-certification-testing/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,4 @@ impl From<serde_wasm_bindgen::Error> for CertificationTestError {
}
}

/*impl From<CertificationTestError> for JsValue {
fn from(error: CertificationTestError) -> Self {
JsValue::from_str(&format!("{}", error))
}
}*/

pub type CertificationTestResult<T = ()> = Result<T, CertificationTestError>;

0 comments on commit 4b1141c

Please sign in to comment.