Skip to content

Commit 47fd91b

Browse files
jstouracatheo89
authored andcommitted
Fix the failing E2E tests
1 parent f65c333 commit 47fd91b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyter/trustyai/ubi8-python-3.8/test/test_notebook.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
" self.assertEqual(actual_major_minor, expected_major_minor, \"incorrect version\")\n",
2323
"\n",
2424
" def test_trustyai_version(self):\n",
25-
" expected_major_minor = '0.5' # Set the expected version (x.y) \\n\n",
25+
" expected_major_minor = '0.6' # Set the expected version (x.y) \\n\n",
2626
" actual_major_minor = '.'.join(trustyai.__version__.split('.')[:2]) \n",
2727
" self.assertEqual(actual_major_minor, expected_major_minor, \"incorrect version\")\n",
2828
" \n",

jupyter/trustyai/ubi9-python-3.9/test/test_notebook.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
" self.assertEqual(actual_major_minor, expected_major_minor, \"incorrect version\")\n",
2323
"\n",
2424
" def test_trustyai_version(self): \n",
25-
" expected_major_minor = '0.5' # Set the expected version (x.y) \n",
25+
" expected_major_minor = '0.6' # Set the expected version (x.y) \n",
2626
" actual_major_minor = '.'.join(trustyai.__version__.split('.')[:2]) \n",
2727
" self.assertEqual(actual_major_minor, expected_major_minor, \"incorrect version\")\n",
2828
"\n",

0 commit comments

Comments
 (0)