update template (#5853)

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2025-03-17 18:53:32 -07:00
committed by GitHub
parent dd1534a61d
commit f9e09893e7

View File

@ -8,9 +8,9 @@ mod TEST_NAME_HERE {
} }
/// Test that parsing and unparsing KCL produces the original KCL input. /// Test that parsing and unparsing KCL produces the original KCL input.
#[test] #[tokio::test(flavor = "multi_thread")]
fn unparse() { async fn unparse() {
super::unparse(TEST_NAME) super::unparse(TEST_NAME).await
} }
/// Test that KCL is executed correctly. /// Test that KCL is executed correctly.