Unverified Commit 8bcce2b3 authored by seth's avatar seth
Browse files

cargo-tauri: rename `tests.setupHooks` to `tests.hook`

Just a nitpick. Meant to make the actual used value and the test name
consistent
parent ba6b5265
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ rustPlatform.buildRustPackage rec {
    hook = callPackage ./hook.nix { };

    tests = {
      setupHooks = callPackage ./test-app.nix { };
      hook = callPackage ./test-app.nix { };
      version = testers.testVersion { package = cargo-tauri; };
    };