Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 01457a5

Browse files
authored
Update tests/unit/routine/test_external_runtime_options.py
1 parent 1700630 commit 01457a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/routine/test_external_runtime_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,4 @@ def test_invalid_max_batching_rows(object_under_test):
180180

181181
def test_invalid_runtime_version(object_under_test):
182182
with pytest.raises(ValueError, match="runtime_version must be a string or None."):
183-
object_under_test.runtime_version = 123
183+
object_under_test.runtime_version = 123

0 commit comments

Comments
 (0)