feat(gs/emacs): Update async test snippet for tokio 1.x
Change-Id: I897f3efae7920dee678f6ca03d743b12212b766c Reviewed-on: https://cl.tvl.fyi/c/depot/+/3109 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
f790e72763
commit
2a97eda3b3
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
# key: atest
|
||||
# condition: t
|
||||
# --
|
||||
#[tokio::test(threaded_scheduler)]
|
||||
#[tokio::test(flavor = "multi_thread")]
|
||||
async fn ${1:test_name}() {
|
||||
`%`$0
|
||||
}
|
Loading…
Reference in a new issue