bahaghari/tests: fix

This commit is contained in:
Gabriel Arazas 2024-02-25 17:22:53 +08:00
parent bbba0e5bba
commit 126fececf3
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -37,7 +37,7 @@ pkgs.lib.runTests {
};
testHexPadWithNegativeDigits = {
expr = lib.hex.pad -5 "A42C";
expr = lib.hex.pad (-5) "A42C";
expected = "A42C";
};
}