Skip to content

Commit

Permalink
update post migration test notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
koenvanderveen committed Oct 14, 2024
1 parent 444aa56 commit 185d8c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@
"metadata": {},
"outputs": [],
"source": [
"user_names = [user.name for user in users]"
"user_names = [user.name for user in users] + [\"abcdef\"] # new registered user"
]
},
{
Expand Down

0 comments on commit 185d8c3

Please sign in to comment.