test: snapshots

This commit is contained in:
Jeff Dickey 2024-10-14 02:44:20 -05:00
parent 628fa22741
commit 14eb8e5670
1 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@ expression: "replace_path(&format!(\"{:#?}\", cf.to_tool_request_set().unwrap())
--- ---
ToolRequestSet { ToolRequestSet {
tools: { tools: {
BackendArg("terraform" -> "vfox:enochchau/vfox-terraform"): [ BackendArg("terraform"): [
Version { Version {
backend: BackendArg("terraform" -> "vfox:enochchau/vfox-terraform"), backend: BackendArg("terraform"),
version: "1.0.0", version: "1.0.0",
options: {}, options: {},
}, },
@ -75,7 +75,7 @@ ToolRequestSet {
BackendArg("shellcheck"): MiseToml( BackendArg("shellcheck"): MiseToml(
"~/fixtures/.mise.toml", "~/fixtures/.mise.toml",
), ),
BackendArg("terraform" -> "vfox:enochchau/vfox-terraform"): MiseToml( BackendArg("terraform"): MiseToml(
"~/fixtures/.mise.toml", "~/fixtures/.mise.toml",
), ),
}, },