fix: pretty print expected aswell when format is "pretty"

This commit is contained in:
technofab 2025-05-11 02:05:01 +02:00
parent 4aaaf32621
commit 9068477650
2 changed files with 13 additions and 1 deletions

View file

@ -99,6 +99,13 @@
};
};
}
{
name = "pretty-unit";
format = "pretty";
pos = __curPos;
expected = pkgs.hello;
actual = pkgs.hello;
}
{
name = "test-drv";
pos = __curPos;