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:
Griffin Smith 2021-05-12 12:30:19 +02:00 committed by grfn
parent f790e72763
commit 2a97eda3b3

View file

@ -4,7 +4,7 @@
# key: atest
# condition: t
# --
#[tokio::test(threaded_scheduler)]
#[tokio::test(flavor = "multi_thread")]
async fn ${1:test_name}() {
`%`$0
}