Skip to content

Commit

Permalink
extra check after removing profile
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Whitehead <[email protected]>
  • Loading branch information
andrewwhitehead committed Aug 17, 2023
1 parent a17111c commit 2558903
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wrappers/python/tests/test_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,8 @@ async def test_profile(store: Store):

await store.remove_profile(profile)

assert set(await store.list_profiles()) == {active_profile}

# profile key is cached
async with store.session(profile) as session:
assert (
Expand Down

0 comments on commit 2558903

Please sign in to comment.