Skip to content

Commit dca100e

Browse files
committed
fix: libei test by hardcoding error message
1 parent d32afb4 commit dca100e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/request.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pub enum RequestError {
2727
impl fmt::Display for RequestError {
2828
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
2929
match self {
30-
Self::InvalidCapabilities => write!(f, "invalid capabilities"),
30+
Self::InvalidCapabilities => write!(f, "Invalid capabilities"),
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)