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 a06a98e commit ef5c431Copy full SHA for ef5c431
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