From 02372bf6fba91af62051ba0a5673e64ee9ec78ee Mon Sep 17 00:00:00 2001 From: Dariusz Depta Date: Mon, 30 Dec 2024 14:30:47 +0100 Subject: [PATCH] Updates. --- docs-test-gen/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-test-gen/src/main.rs b/docs-test-gen/src/main.rs index 98763004..82a70b1f 100644 --- a/docs-test-gen/src/main.rs +++ b/docs-test-gen/src/main.rs @@ -8,7 +8,7 @@ use strum::{AsRefStr, EnumIter, IntoEnumIterator}; static TEMPLATES: phf::Map<&'static str, &'static str> = phf_map! { "core" => include_str!("../templates/core.tpl"), "execute" => include_str!("../templates/execute.tpl"), - "instantiate-spec" => include_str!("../templates/instantiate-spec.tpl"), + "instantiate2-spec" => include_str!("../templates/instantiate2-spec.tpl"), "ibc-channel" => include_str!("../templates/ibc-channel.tpl"), "ibc-packet" => include_str!("../templates/ibc-packet.tpl"), "storage" => include_str!("../templates/storage.tpl"),