forked from M-Labs/artiq
test: actually run test_embedding.AsyncTest.
This commit is contained in:
parent
31b52ff1b3
commit
69fa9b38e0
|
@ -269,7 +269,7 @@ class _Async(EnvExperiment):
|
|||
|
||||
class AsyncTest(ExperimentCase):
|
||||
def test_args(self):
|
||||
exp = self.create(_RPCTypes)
|
||||
exp = self.create(_Async)
|
||||
exp.run()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue