Skip to content

Commit

Permalink
fix pephub test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Sep 9, 2024
1 parent 9bf46cc commit a2dc830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_pipestat.py
Original file line number Diff line number Diff line change
Expand Up @@ -2587,7 +2587,7 @@ def test_pephub_backend_retrieve_one(

result = psm.retrieve_one(record_identifier=rec_id)

assert len(result.keys()) == 6
assert len(result.keys()) == 7

@pytest.mark.parametrize(
["rec_id", "val"],
Expand All @@ -2608,7 +2608,7 @@ def test_pephub_backend_config_file(

result = psm.retrieve_one(record_identifier=rec_id)

assert len(result.keys()) == 6
assert len(result.keys()) == 7

def test_pephub_backend_retrieve_many(
self,
Expand Down

0 comments on commit a2dc830

Please sign in to comment.