onedrive: fixup version test

Since the test uses `grep --word-regexp --fixed-string`, we should use the full
version style.
This commit is contained in:
Anderson Torres 2024-08-28 12:37:43 -03:00
parent 07a1d0fb2f
commit dadebd9140

View File

@ -62,6 +62,7 @@ stdenv.mkDerivation (finalAttrs: {
passthru = {
tests.version = testers.testVersion {
package = finalAttrs.finalPackage;
version = "v${finalAttrs.version}";
};
};