Skip to content

Commit 77d17d6

Browse files
committed
Cover CustomOperator.version in tests
1 parent 4c5a2b1 commit 77d17d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_python_plugins.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,3 +428,4 @@ def test_custom_op_changelog(server_type_remote_process, testfiles_dir):
428428
assert isinstance(changelog, Changelog)
429429
assert changelog.last_version == Version("1.0.0")
430430
assert changelog[Version("1.0.0")] == "Major bump"
431+
assert op.version == Version("1.0.0")

0 commit comments

Comments
 (0)