Skip to content

Commit

Permalink
chore: remove skip of tests (#59)
Browse files Browse the repository at this point in the history
* chore: remove skip of tests in async version

* chore: remove skip of tests in sync version
  • Loading branch information
leynier committed Jan 6, 2022
1 parent 2ffcd22 commit 70b1286
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/_async/test_client_with_sign_ups_disabled.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ async def test_generate_link_should_be_able_to_generate_multiple_links(


@pytest.mark.asyncio
@pytest.mark.skip(reason="Until https://github.com/supabase/gotrue/pull/306 is merged")
async def test_create_user(auth_admin: AsyncGoTrueAPI):
try:
attributes = UserAttributes(email=email2)
Expand Down
1 change: 0 additions & 1 deletion tests/_sync/test_client_with_sign_ups_disabled.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ def test_generate_link_should_be_able_to_generate_multiple_links(


@pytest.mark.asyncio
@pytest.mark.skip(reason="Until https://github.com/supabase/gotrue/pull/306 is merged")
def test_create_user(auth_admin: SyncGoTrueAPI):
try:
attributes = UserAttributes(email=email2)
Expand Down

0 comments on commit 70b1286

Please sign in to comment.