diff options
author | Laurens Valk <laurens@pybricks.com> | 2022-11-24 09:06:49 +0100 |
---|---|---|
committer | Laurens Valk <laurens@pybricks.com> | 2022-11-25 08:13:15 +0100 |
commit | 5588647ad28ea51682fafab50b95ae9f161d18fe (patch) | |
tree | 915cbe19e57ce2255682aa90c80b36ef7a7a66f9 /tests/misc/cexample_module.py.exp | |
parent | 2fcd93cdd0cf33a83346eb4a6ed47ec1404a985b (diff) |
tests/misc/cexample_module: Test class presence.
Now that the Timer class has been merged in a separate pull request,
this can be added to the module test too.
Signed-off-by: Laurens Valk <laurens@pybricks.com>
Diffstat (limited to 'tests/misc/cexample_module.py.exp')
-rw-r--r-- | tests/misc/cexample_module.py.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/misc/cexample_module.py.exp b/tests/misc/cexample_module.py.exp index 81fcc2f2d..bb305060e 100644 --- a/tests/misc/cexample_module.py.exp +++ b/tests/misc/cexample_module.py.exp @@ -1,2 +1,3 @@ <module 'cexample'> +cexample 4 |