add recorder to factory test for potato kind

This commit is contained in:
onyx-and-iris 2022-07-16 21:29:04 +01:00
parent d78de4d967
commit f018a498bd

View File

@ -52,6 +52,7 @@ class TestRemoteFactories:
assert hasattr(tests, "button") assert hasattr(tests, "button")
assert hasattr(tests, "vban") assert hasattr(tests, "vban")
assert hasattr(tests, "device") assert hasattr(tests, "device")
assert hasattr(tests, "recorder")
assert hasattr(tests, "fx") assert hasattr(tests, "fx")
assert len(tests.strip) == 8 assert len(tests.strip) == 8