test: actually run test_embedding.AsyncTest.

This commit is contained in:
whitequark 2017-06-25 05:28:28 +00:00
parent 31b52ff1b3
commit 69fa9b38e0
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ class _Async(EnvExperiment):
class AsyncTest(ExperimentCase):
def test_args(self):
exp = self.create(_RPCTypes)
exp = self.create(_Async)
exp.run()