testament spec: remove errmsg alias of errormsg (#16188)

This commit is contained in:
Timothee Cour
2020-11-29 17:32:34 -08:00
committed by GitHub
parent 6114df3c24
commit 31a8cf16bb
14 changed files with 14 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
discard """
errmsg: "Cannot make async proc discardable. Futures have to be checked with `asyncCheck` instead of discarded"
errormsg: "Cannot make async proc discardable. Futures have to be checked with `asyncCheck` instead of discarded"
"""
import async