Skip to content

Commit

Permalink
πŸ’š Fix switch instance test (#2043)
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf authored Oct 11, 2024
1 parent 472f766 commit 80fb3b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/faq/setup.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@
"metadata": {},
"outputs": [],
"source": [
"with pytest.raises(RuntimeError):\n",
"from lamindb_setup._init_instance import CannotSwitchDefaultInstance\n",
"\n",
"with pytest.raises(CannotSwitchDefaultInstance):\n",
" ln.setup.init(storage=\"./testsetup2\")"
]
},
Expand Down

0 comments on commit 80fb3b0

Please sign in to comment.