Commit dadebd91 authored by Anderson Torres's avatar Anderson Torres
Browse files

onedrive: fixup version test

Since the test uses `grep --word-regexp --fixed-string`, we should use the full
version style.
parent 07a1d0fb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@ stdenv.mkDerivation (finalAttrs: {
  passthru = {
    tests.version = testers.testVersion {
      package = finalAttrs.finalPackage;
      version = "v${finalAttrs.version}";
    };
  };