mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user