1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-20 11:47:46 +00:00

Fix EXD test

This commit is contained in:
Joshua Goins 2025-03-23 18:40:44 -04:00
parent 020480e82c
commit 2db0717141

View file

@ -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());
} }
} }