We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619f626 commit ee5e0ceCopy full SHA for ee5e0ce
tests/nativeapp/codegen/test_compiler.py
@@ -150,5 +150,5 @@ def test_skips_disabled_processors(test_proj_def, test_compiler):
150
test_compiler = NativeAppCompiler(_get_bundle_context(pkg_model))
151
test_compiler.register(AcmeProcessor)
152
153
- # TestProcessor is never invoked, otherwise calling its methods will make the test fail
+ # AcmeProcessor is never invoked, otherwise calling its methods will make the test fail
154
test_compiler.compile_artifacts()
0 commit comments