You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but const userId = await getAuthUserId(ctx); call from inside a convex function being tested doesn't seem to return the correct userId created in the test.
The text was updated successfully, but these errors were encountered:
I can do the following in my test:
but
const userId = await getAuthUserId(ctx);
call from inside a convex function being tested doesn't seem to return the correct userId created in the test.The text was updated successfully, but these errors were encountered: