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-11-14 02:26:05 -05:00
parent ba6b52658d
commit 8bcce2b374
+1 -1
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; };
};