mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-20 03:37:47 +00:00
Fix EXD test
This commit is contained in:
parent
020480e82c
commit
2db0717141
1 changed files with 1 additions and 1 deletions
|
@ -241,6 +241,6 @@ mod tests {
|
||||||
};
|
};
|
||||||
|
|
||||||
// Feeding it invalid data should not panic
|
// Feeding it invalid data should not panic
|
||||||
EXD::from_existing(&exh, &read(d).unwrap());
|
EXD::from_existing(&read(d).unwrap());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue