Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
HansKallekleiv committed Sep 2, 2024
1 parent d3363a9 commit 1d97d9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async def test_get_vector_list(test_user, sumo_test_ensemble_ahm):

sumo = Explorer(env="prod")

cases = [case.uuid for case in await sumo.cases]
cases = [case.uuid for case in sumo.cases]
assert cases == []

vector_list = await router.get_vector_list(
Expand Down

0 comments on commit 1d97d9c

Please sign in to comment.