Skip to content

Commit ee5e0ce

Browse files
committed
SNOW-2306184: rename processor class used for tests
1 parent 619f626 commit ee5e0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/nativeapp/codegen/test_compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,5 +150,5 @@ def test_skips_disabled_processors(test_proj_def, test_compiler):
150150
test_compiler = NativeAppCompiler(_get_bundle_context(pkg_model))
151151
test_compiler.register(AcmeProcessor)
152152

153-
# TestProcessor is never invoked, otherwise calling its methods will make the test fail
153+
# AcmeProcessor is never invoked, otherwise calling its methods will make the test fail
154154
test_compiler.compile_artifacts()

0 commit comments

Comments
 (0)