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

Just a nitpick. Meant to make the actual used value and the test name
consistent
This commit is contained in:
seth
2024-10-03 19:03:45 -04:00
parent ba6b52658d
commit 8bcce2b374

View File

@@ -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; };
};