niri-config: Add pretty-assertions to tests

The config parse test is pretty big and it's impossible to tell the
difference from the normal assert.
This commit is contained in:
Ivan Molodetskikh
2024-06-11 09:10:46 +03:00
parent 6c47bd6e80
commit fee72b87cf
3 changed files with 22 additions and 0 deletions
+2
View File
@@ -2320,6 +2320,8 @@ pub fn set_miette_hook() -> Result<(), miette::InstallError> {
#[cfg(test)]
mod tests {
use pretty_assertions::assert_eq;
use super::*;
#[track_caller]