mirror of https://github.com/zkat/miette.git
test: un-ignore `test_boxed_sources`
I didn't even fix this one, it was just passing!
This commit is contained in:
parent
ea4296dace
commit
4a4111b5d0
|
|
@ -218,7 +218,6 @@ fn test_boxed_custom_diagnostic() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[ignore = "I don't know why this isn't working but it needs fixing."]
|
|
||||||
fn test_boxed_sources() {
|
fn test_boxed_sources() {
|
||||||
let error = MyError {
|
let error = MyError {
|
||||||
source: io::Error::new(io::ErrorKind::Other, "oh no!"),
|
source: io::Error::new(io::ErrorKind::Other, "oh no!"),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue