Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Apr 18, 2023
1 parent feca2cd commit 45b6f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/py_matter_idl/matter_idl/test_generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def _create_generator(self, storage: GeneratorStorage, idl: Idl):
sys.path.append(os.path.abspath(
os.path.join(os.path.dirname(__file__), '../examples')))
from matter_idl_plugin import CustomGenerator
return CustomGenerator(storage, idl)
return CustomGenerator(storage, idl, package='com.matter.example.proto')
else:
raise Exception("Unknown generator for testing: %s",
self.generator_name.lower())
Expand Down

0 comments on commit 45b6f35

Please sign in to comment.