Skip to content

Commit dad8405

Browse files
committed
Update test file with the updated version on kafka-python package
1 parent a236d36 commit dad8405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter/datascience/ubi9-python-3.11/test/test_notebook.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
"class TestKafkaPython(unittest.TestCase):\n",
172172
"\n",
173173
" def test_version(self):\n",
174-
" expected_major_minor = '2.0'\n",
174+
" expected_major_minor = '2.2'\n",
175175
" actual_major_minor = get_major_minor(kafka.__version__)\n",
176176
" self.assertEqual(actual_major_minor, expected_major_minor, \"incorrect version\")\n",
177177
"\n",

0 commit comments

Comments
 (0)