Skip to content

Commit

Permalink
Make the test more obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Oct 10, 2023
1 parent 08b74d5 commit 5aeb9e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui-tests/data/diff_test4/center.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
"\n",
"\n",
"def recursive_update(target, new, include_none):\n",
" \"\"\"Recursively update one dictionary using another.\n",
" \"\"\"\n",
" for k, v in new.items():\n",
" if isinstance(v, dict):\n",
" if k not in target:\n",
Expand Down

0 comments on commit 5aeb9e0

Please sign in to comment.