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]
|
||||
fn unparse() {
|
||||
super::unparse(TEST_NAME)
|
||||
#[tokio::test(flavor = "multi_thread")]
|
||||
async fn unparse() {
|
||||
super::unparse(TEST_NAME).await
|
||||
}
|
||||
|
||||
/// Test that KCL is executed correctly.
|
||||
|
||||
Reference in New Issue
Block a user