update template (#5853)
Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user