mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
bahaghari/tests: fix
This commit is contained in:
parent
bbba0e5bba
commit
126fececf3
@ -37,7 +37,7 @@ pkgs.lib.runTests {
|
||||
};
|
||||
|
||||
testHexPadWithNegativeDigits = {
|
||||
expr = lib.hex.pad -5 "A42C";
|
||||
expr = lib.hex.pad (-5) "A42C";
|
||||
expected = "A42C";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user